Skip to content

Commit

Permalink
Merge pull request #63 from lucidsoftware/more-sandboxing
Browse files Browse the repository at this point in the history
Enable worker sandbox hardening and the Linux hermetic sandbox
  • Loading branch information
jjudd authored Nov 1, 2024
2 parents 6919531 + d613a85 commit bc72a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc_shared
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ build --experimental_worker_multiplex_sandboxing
build --experimental_worker_cancellation
build --verbose_failures

build --experimental_worker_sandbox_hardening
build --experimental_use_hermetic_linux_sandbox

test --test_output=all

build:rules --disk_cache=.bazel_cache
Expand Down

0 comments on commit bc72a5e

Please sign in to comment.