mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
fix(catalyst): Add --with-bdeps=y to stage4 upgrade
By default emerge will not install build dependencies if it doesn't need them (i.e. installing a binary package) but we want to make sure everything gets included in stage4 no matter how it was installed.
This commit is contained in:
parent
7bf839c6fb
commit
c77b595d66
@ -3,4 +3,4 @@
|
||||
source /tmp/chroot-functions.sh
|
||||
|
||||
echo "Double checking everything is fresh and happy."
|
||||
run_merge -uDN world
|
||||
run_merge -uDN --with-bdeps=y world
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user