Skip to content

Commit 355b000

Browse files
meteorcloudycopybara-github
authored andcommitted
Temporarily allow network access in sandbox for macos.
Mitigating #23726 PiperOrigin-RevId: 678213406 Change-Id: I99ea19f3dcf56a359e39274ce9043a6b4f64b6a4
1 parent a5ce5d0 commit 355b000

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bazelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ test:ci-macos --test_env=TEST_INSTALL_BASE=/Users/buildkite/bazeltest/install_ba
8181
test:ci-macos --test_env=REPOSITORY_CACHE=/Users/buildkite/bazeltest/repo_cache
8282
test:ci-macos --test_env=REMOTE_NETWORK_ADDRESS=bazel.build:80
8383
test:ci-macos --sandbox_writable_path=/Users/buildkite/bazeltest
84-
test:ci-macos --sandbox_default_allow_network=false
84+
# TODO(pcloudy): Revert to false once https://github.com/bazelbuild/bazel/issues/23726 is resolved.
85+
test:ci-macos --sandbox_default_allow_network=true
8586
test:ci-macos --test_tag_filters=-no_macos
8687

8788
## For Windows

0 commit comments

Comments
 (0)