mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
nix: mount /tmp/zig-cache RW in sandbox actions (#60018)
Non-hermetic /tmp disabled until we're on bazel 7.0.1 https://github.com/bazelbuild/bazel/issues/20527 ## Test plan `bazel build //:gazelle-buf`
This commit is contained in:
parent
dd34d1be07
commit
07c493fd9d
@ -45,4 +45,6 @@ build --action_env=PGDATABASE
|
||||
build --action_env=PGDATASOURCE
|
||||
build --action_env=PGUSER
|
||||
build --sandbox_add_mount_pair=/tmp/zig-cache
|
||||
build --sandbox_writable_path=/tmp/zig-cache
|
||||
build --noincompatible_sandbox_hermetic_tmp
|
||||
EOF
|
||||
|
||||
Loading…
Reference in New Issue
Block a user