mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
update_chroot: Add a workaround for a package rename
This avoids SDK update failures due to conflicts. It can be reverted once SDKs have the new version built into them.
This commit is contained in:
parent
f9432f6702
commit
ba7d7f1410
@ -233,6 +233,9 @@ if [ "${FLAGS_workon}" -eq "${FLAGS_TRUE}" ]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# 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 || :
|
||||||
|
|
||||||
# Second pass, update everything else.
|
# Second pass, update everything else.
|
||||||
EMERGE_FLAGS+=( --deep )
|
EMERGE_FLAGS+=( --deep )
|
||||||
info "Updating all SDK packages"
|
info "Updating all SDK packages"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user