aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy/build_constraints/BUILD.bazel
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2021-03-08 17:52:02 +0100
committerGitHub <noreply@github.com>2021-03-08 11:52:02 -0500
commitee1740e04a6918046e3e9f228115e65f3a1e309b (patch)
tree7224983825dd8643a39461ee211edb7f4a820103 /tests/legacy/build_constraints/BUILD.bazel
parentcaf08a7e32203173fe67cb188d5c9cae725f5926 (diff)
downloadbazelbuild-rules_go-ee1740e04a6918046e3e9f228115e65f3a1e309b.tar.gz
Modify build constraints test to also work with ARM-64. (#2831)
Diffstat (limited to 'tests/legacy/build_constraints/BUILD.bazel')
-rw-r--r--tests/legacy/build_constraints/BUILD.bazel3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/legacy/build_constraints/BUILD.bazel b/tests/legacy/build_constraints/BUILD.bazel
index 5f012ed4..bacd8e66 100644
--- a/tests/legacy/build_constraints/BUILD.bazel
+++ b/tests/legacy/build_constraints/BUILD.bazel
@@ -17,7 +17,8 @@ go_library(
"tag_l.go",
"tag_unknown.go",
# Check that constraints apply to assembly files.
- "asm_linux.s",
+ "asm_arm64.s",
+ "asm_linux_amd64.s",
"asm_unknown.s",
# Check that constraints apply to cgo files.
"cgo_linux.go",