From 42bb653d1ece4c395cbbd8a16305078760fc6b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 16 Jun 2021 23:26:35 +0300 Subject: [PATCH] print commands --- hangzig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hangzig b/hangzig index a8dda28..c3ba13d 100755 --- a/hangzig +++ b/hangzig @@ -20,7 +20,7 @@ outside() { inside() { apt-get update && apt-get install -y ca-certificates - exec ./bazel build --platforms @zig_sdk//:aarch64-macos-gnu //test:gognu + exec ./bazel build -s --platforms @zig_sdk//:aarch64-macos-gnu //test:gognu }