mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
make_chroot: drop ccache install
Now that this is part of hard-host-depends, an we don't build the chroot itself with ccache, so there's no need to force it in early. BUG=None TEST=`cbuildbot chromiumos-sdk` passed Change-Id: I8b7c2a8c6f6df5eedac0c06ebb847f3011eb86d0 Reviewed-on: https://gerrit.chromium.org/gerrit/22954 Reviewed-by: Anush Elangovan <anush@google.com> Commit-Ready: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
3450deb3ea
commit
279f103240
@ -411,9 +411,9 @@ early_enter_chroot "${CHROOT_TRUNK}/chromite/bin/cros_setup_toolchains" \
|
||||
info "Deselecting dhcpcd"
|
||||
early_enter_chroot $EMERGE_CMD --deselect dhcpcd
|
||||
|
||||
info "Running emerge ccache curl sudo ..."
|
||||
info "Running emerge curl sudo ..."
|
||||
early_enter_chroot $EMERGE_CMD -uNv $USEPKG --select $EMERGE_JOBS \
|
||||
pbzip2 ccache net-misc/curl sudo
|
||||
pbzip2 net-misc/curl sudo
|
||||
|
||||
if [ -n "${INITIALIZE_CHROOT}" ]; then
|
||||
# If we're creating a new chroot, we also want to set it to the latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user