| commit | 8eb5cbd6c6c228414fae0f584020f5bc1c1c3a07 | [log] [tgz] |
|---|---|---|
| author | Rico Wind <ricow@google.com> | Fri Mar 04 13:48:09 2022 +0100 |
| committer | Rico Wind <ricow@google.com> | Fri Mar 04 12:48:46 2022 +0000 |
| tree | 0eaee09286c0c5c991591eec03543417cb1a8c86 | |
| parent | b1b2b0b38e7c3bc2da0e1f0c91b4516480402505 [diff] |
Try to run without sandbox in bazel Experiment to see if this will fix the bot sandbox issue. Change-Id: Ice7025dba6b00fa4dd9888fc3cbac02b34abc6a4
diff --git a/tools/archive_desugar_jdk_libs.py b/tools/archive_desugar_jdk_libs.py index 3a9cfd6..cc9bee4 100755 --- a/tools/archive_desugar_jdk_libs.py +++ b/tools/archive_desugar_jdk_libs.py
@@ -106,7 +106,7 @@ bazel, '--bazelrc=/dev/null', 'build', - '--sandbox_debug', + '--spawn_strategy=local', '--verbose_failures', 'maven_release' + ('_jdk11' if variant == 'jdk11' else '')] utils.PrintCmd(cmd)