mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +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
d23182c3b4
commit
c016b581b4
@ -129,7 +129,7 @@ update_seed: yes
|
|||||||
# dev-lang/rust. To avoid such an issue, we should update virtual/rust
|
# dev-lang/rust. To avoid such an issue, we should update virtual/rust
|
||||||
# before building stage1. Since virtual/rust automatically pulls in
|
# before building stage1. Since virtual/rust automatically pulls in
|
||||||
# dev-lang/rust, we do not need to explicitly specify dev-lang/rust here.
|
# 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
|
EOF
|
||||||
catalyst_stage_default
|
catalyst_stage_default
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user