Skip to content

Commit 2fd5c18

Browse files
authored
Revert unnecessary test change (#4442)
This was included in 8286eae, but turned out not to be necessary on Bazel 7 and later.
1 parent 8286eae commit 2fd5c18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tasks:
1111
bazel: 6.5.0 # test minimum supported version of bazel
1212
build_targets:
1313
- "//..."
14+
- "-//tests/core/go_binary:goos_pure_bin"
1415
build_flags:
1516
- "--per_file_copt=external/.*@-w"
1617
- "--host_per_file_copt=external/.*@-w"
@@ -30,6 +31,7 @@ tasks:
3031
- "-//tests/integration/gazelle:gazelle_test"
3132
# Requires https://github.com/bazelbuild/bazel/commit/ceddfb1ece1f8ed7ff81558fa1751e6526df031b.
3233
- "-//tests/core/go_binary:configurable_attribute_good_test"
34+
- "-//tests/core/go_binary:goos_pure_bin"
3335
test_flags:
3436
- "--per_file_copt=external/.*@-w"
3537
- "--host_per_file_copt=external/.*@-w"

tests/core/go_binary/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ go_binary(
4848
],
4949
goarch = "amd64",
5050
goos = "plan9",
51-
pure = "on",
5251
)
5352

5453
many_deps(name = "many_deps")

0 commit comments

Comments
 (0)