Merge pull request #83 from flatcar-linux/scripts

build_library/catalyst.sh: Specify which gcc package to rebuild by pothos
This commit is contained in:
Kai Lüke 2020-07-28 14:09:27 +02:00
commit f2ab151e6a
No known key found for this signature in database
GPG Key ID: E5601DA3A1D902A8

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
}