Skip to content

Commit

Permalink
Set spawn_strategy=standalone to bypass Bazel HEAD issue
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Cruz <thiago@squareup.com>
  • Loading branch information
thiagohmcruz committed May 17, 2024
1 parent aacad5a commit 4690572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/integration/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ build:rules_xcodeproj --macos_minimum_os=12.0

build --test_env=INTEGRATION_TEST_ENV_VAR=TRUE

# Bypasses issue with Bazel HEAD for now
build --spawn_strategy=standalone

# Use a user.bazelrc if it exists
try-import %workspace%/user.bazelrc

0 comments on commit 4690572

Please sign in to comment.