1

debug version

This commit is contained in:
2021-06-17 23:01:14 +03:00
committed by Motiejus Jakštys
parent d080893d03
commit e933083cce
2 changed files with 8 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ outside() {
}
inside() {
apt-get update && apt-get install -y ca-certificates
apt-get update && apt-get install -y ca-certificates libz3-4
exec ./bazel build -s --platforms @zig_sdk//:aarch64-macos-gnu //test:gognu
}