Merge pull request #83 from flatcar-linux/kai/stage1-gcc-rebuild

build_library/catalyst.sh: Specify which gcc package to rebuild
This commit is contained in:
Kai Lüke 2020-07-28 14:08:35 +02:00 committed by GitHub
commit 52aaa06c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ update_seed: yes
# dev-lang/rust. To avoid such an issue, we should update virtual/rust
# before building stage1. Since virtual/rust automatically pulls in
# dev-lang/rust, we do not need to explicitly specify dev-lang/rust here.
update_seed_command: --update --deep --newuse --complete-graph --rebuild-if-new-ver gcc virtual/rust
update_seed_command: --update --deep --newuse --complete-graph --rebuild-if-new-ver --rebuild-exclude cross-*-cros-linux-gnu/* sys-devel/gcc virtual/rust
EOF
catalyst_stage_default
}