mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
update_chroot: Work around dead cargo file conflicts
This commit is contained in:
parent
41b71565d8
commit
fceffdb660
@ -234,7 +234,7 @@ if [ "${FLAGS_workon}" -eq "${FLAGS_TRUE}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# XXX: Work around a rename; delete this after SDKs contain the new package.
|
# XXX: Work around a rename; delete this after SDKs contain the new package.
|
||||||
sudo -E ${EMERGE_CMD} --rage-clean app-crypt/sbsigntool 2>/dev/null || :
|
sudo -E ${EMERGE_CMD} --rage-clean app-crypt/sbsigntool dev-util/cargo 2>/dev/null || :
|
||||||
|
|
||||||
# Second pass, update everything else.
|
# Second pass, update everything else.
|
||||||
EMERGE_FLAGS+=( --deep )
|
EMERGE_FLAGS+=( --deep )
|
||||||
|
Loading…
Reference in New Issue
Block a user