3a204583f3
Different Bazel instances can share the zig cache all right.
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
test --sandbox_default_allow_network=false
|
|
test --test_output=errors
|
|
|
|
build --verbose_failures
|
|
build --worker_sandboxing
|
|
|
|
build --experimental_reuse_sandbox_directories
|
|
build --incompatible_enable_cc_toolchain_resolution
|
|
build --action_env BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
|