diff --git a/create-container.sh b/create-container.sh index 5c44dc571603a98703d1c524fa2faed2ae8fa55c..9ee950dc7002d1796683d4043e73418d02df0224 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