From 7649ad47043ca11bae19091939c12307d44fcfef Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 9 Jan 2020 13:23:57 +0100 Subject: [PATCH] Disable building in the container for now --- create-container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-container.sh b/create-container.sh index 5c44dc5..9ee950d 100644 --- a/create-container.sh +++ b/create-container.sh @@ -47,8 +47,8 @@ pushd /chromeos $AS_USER repo init --depth 1 -u https://gitlab.collabora.com/tomeu/chromiumos_manifest.git $AS_USER repo sync --current-branch --force-sync --no-clone-bundle --no-tags -j5 du -sh . -$AS_USER ./chromite/bin/cros_sdk -- ./build_packages --board=${BOARD} -$AS_USER ./chromite/bin/cros_sdk -- ./build_image --board=${BOARD} --noenable_rootfs_verification --enable_serial=ttyS2 test +#$AS_USER ./chromite/bin/cros_sdk -- ./build_packages --board=${BOARD} +#$AS_USER ./chromite/bin/cros_sdk -- ./build_image --board=${BOARD} --noenable_rootfs_verification --enable_serial=ttyS2 test popd du -sh /chromeos -- GitLab