mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
build_library/catalyst.sh: Specify which gcc package to rebuild
The default update seed command does only specify gcc which leads to an error because »The short ebuild name "gcc" is ambiguous«. Choose the standard package name instead of the cross compiler packages which are only known to emerge because we build them as part of an SDK release now.
This commit is contained in:
parent
42d80e58eb
commit
057c1ae3f5
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user