From f824f4ac8e5c6890af663d7ff552f9c1bac9c984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 16 Jun 2021 12:52:11 +0300 Subject: [PATCH] nodebug --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 2239353..4db570f 100644 --- a/.build.yml +++ b/.build.yml @@ -35,13 +35,13 @@ tasks: file $(./getpath @zig_sdk//:aarch64-linux-musl //test:gomusl) | \ tee /dev/stderr | grep -q "statically linked" - test_x86_64-macos-gnu: | - cd bazel-zig-cc; ../bazel build --toolchain_resolution_debug=true \ + cd bazel-zig-cc; ../bazel build \ --platforms @zig_sdk//:x86_64-macos-gnu \ //test:gomacos file $(./getpath @zig_sdk//:x86_64-macos-gnu //test:gomacos) | \ tee /dev/stderr | grep -q "Mach-O 64-bit arm64 executable" - test_aarch64-macos-gnu: | - cd bazel-zig-cc; ../bazel build --toolchain_resolution_debug=true \ + cd bazel-zig-cc; ../bazel build \ --platforms @zig_sdk//:aarch64-macos-gnu \ //test:gomacos file $(./getpath @zig_sdk//:aarch64-macos-gnu //test:gomacos) | \