Skip to content

Commit 7b59c4d

Browse files
committed
Add comment
1 parent 6d5264e commit 7b59c4d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ tasks:
3131
- "-//tests/integration/gazelle:gazelle_test"
3232
# Requires https://github.com/bazelbuild/bazel/commit/ceddfb1ece1f8ed7ff81558fa1751e6526df031b.
3333
- "-//tests/core/go_binary:configurable_attribute_good_test"
34+
- "-//tests/core/go_binary:goos_pure_bin"
3435
test_flags:
3536
- "--per_file_copt=external/.*@-w"
3637
- "--host_per_file_copt=external/.*@-w"

WORKSPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ zig_toolchains(
346346
version = "0.11.0-dev.3886+0c1bfe271",
347347
)
348348

349+
# Used to transition binaries in rules_go's test suite to different configurations.
349350
http_archive(
350351
name = "with_cfg.bzl",
351352
sha256 = "4da2d80d55c7013e52539b0e100f8f8465142cd05757aaecb3ddca962d735c05",

0 commit comments

Comments
 (0)