mirror of https://github.com/k3s-io/k3s
Bazel: mount tmpfs on /tmp
parent
e903c58c9e
commit
122499621b
|
@ -4,3 +4,6 @@ test --test_output=errors
|
|||
|
||||
# Include git version info
|
||||
build --workspace_status_command hack/print-workspace-status.sh
|
||||
|
||||
# Make /tmp hermetic
|
||||
build --sandbox_tmpfs_path=/tmp
|
||||
|
|
Loading…
Reference in New Issue