mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
fix(make_chroot): Remove the old "force-to-latest" chroot version step.
This script is gone and dead.
This commit is contained in:
parent
c4219e592e
commit
5fa0f93134
@ -447,13 +447,6 @@ fi
|
|||||||
early_enter_chroot "${CHROOT_TRUNK_DIR}/chromite/bin/cros_setup_toolchains" \
|
early_enter_chroot "${CHROOT_TRUNK_DIR}/chromite/bin/cros_setup_toolchains" \
|
||||||
--hostonly "${TOOLCHAIN_ARGS[@]}"
|
--hostonly "${TOOLCHAIN_ARGS[@]}"
|
||||||
|
|
||||||
if [ -n "${INITIALIZE_CHROOT}" ]; then
|
|
||||||
# If we're creating a new chroot, we also want to set it to the latest
|
|
||||||
# version.
|
|
||||||
enter_chroot \
|
|
||||||
"${CHROOT_TRUNK_DIR}/src/scripts/run_chroot_version_hooks" --force_latest
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Update chroot.
|
# Update chroot.
|
||||||
# Skip toolchain update because it already happened above, and the chroot is
|
# Skip toolchain update because it already happened above, and the chroot is
|
||||||
# not ready to emerge all cross toolchains.
|
# not ready to emerge all cross toolchains.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user