File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ go_binary(
4848 ],
4949 goarch = "amd64" ,
5050 goos = "plan9" ,
51- pure = "on" ,
5251)
5352
5453many_deps (name = "many_deps" )
You can’t perform that action at this time.
0 commit comments