Skip to content

Commit

Permalink
Remove spawn_strategy on account of bazelbuild#20753
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Apr 30, 2024
1 parent 665f2ba commit 7eab852
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/test/shell/bazel/external_remote_file_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ http_archive(
EOF
write_default_lockfile "MODULE.bazel.lock"

# TODO(fzakaria): I found this command to fail since it tries to spawn sandbox
# within a sandbox. I'm not sure how the other tests that build cc_binary get
# around this.
bazel build @hello_world//:hello_world --spawn_strategy=local
bazel build @hello_world//:hello_world
}

run_suite "external remote file tests"

0 comments on commit 7eab852

Please sign in to comment.