From 63fc7aeb7aa40e113ff6d54b1b29e779e8acd292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 5 Aug 2021 12:25:42 +0300 Subject: [PATCH] update .build.yml --- .build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 1a952b2..a1c1747 100644 --- a/.build.yml +++ b/.build.yml @@ -15,9 +15,10 @@ tasks: grep -q "ELF 64-bit.* x86-64.* dynamically linked" - test_amd64-linux-gnu: | cd bazel-zig-cc; . .envrc; ./build-and-file \ + --extra_toolchains @zig_sdk//:linux_amd64_gnu_toolchain \ --platforms @io_bazel_rules_go//go/toolchain:linux_amd64_cgo //test:hello | \ grep -q "ELF 64-bit.* x86-64.* dynamically linked" - - test_amd64-linux-gnu.2.19: | + - test_amd64-linux-gnu-2_19: | cd bazel-zig-cc; . .envrc; ./build-and-file \ --extra_toolchains @zig_sdk//:linux_amd64_gnu.2.19_toolchain \ --platforms @io_bazel_rules_go//go/toolchain:linux_amd64_cgo //test:hello | \