1

add hangzig command; debug aides for osx

This commit is contained in:
2021-06-16 23:30:58 +03:00
committed by Motiejus Jakštys
parent 42bb653d1e
commit 08d8ab2d73
2 changed files with 4 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ outside() {
curl -L "$bzl" -o bazel
chmod +x bazel
fi
exec docker run -ti --rm -v $(pwd):/x -w /x \
--cpus 2 \
exec docker run -ti --rm -v $(pwd):/x -w /x --name hangzig \
--cpuset-cpus 0-1 \
-m 4096MB \
-e CC=/usr/bin/false \
debian:bullseye ./hangzig inside