mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Bazel: mount tmpfs on /tmp
This commit is contained in:
parent
e903c58c9e
commit
122499621b
@ -4,3 +4,6 @@ test --test_output=errors
|
|||||||
|
|
||||||
# Include git version info
|
# Include git version info
|
||||||
build --workspace_status_command hack/print-workspace-status.sh
|
build --workspace_status_command hack/print-workspace-status.sh
|
||||||
|
|
||||||
|
# Make /tmp hermetic
|
||||||
|
build --sandbox_tmpfs_path=/tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user