From 9a8cac7625f51034b8f9957db0e2392c4b6def63 Mon Sep 17 00:00:00 2001 From: arostovtsev Date: Fri, 18 Feb 2022 08:30:45 -0800 Subject: [PATCH] Force local spawns to work around remote cache problem / spurious test failure PiperOrigin-RevId: 429572435 --- src/test/shell/integration/starlark_dependency_pruning_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/shell/integration/starlark_dependency_pruning_test.sh b/src/test/shell/integration/starlark_dependency_pruning_test.sh index 35a2c454c8304c..9596fa58e92768 100755 --- a/src/test/shell/integration/starlark_dependency_pruning_test.sh +++ b/src/test/shell/integration/starlark_dependency_pruning_test.sh @@ -55,6 +55,7 @@ if "$is_windows"; then fi add_to_bazelrc "build --package_path=%workspace%" +add_to_bazelrc "build --spawn_strategy=local" #### HELPER FUNCTIONS ##################################################