mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-02 02:21:22 +00:00
14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
# Show us information about failures.
|
|
build --verbose_failures
|
|
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
|
|
|
|
# Ensure that Bazel never runs as root, which can cause unit tests to fail.
|
|
# This flag requires Bazel 0.5.0+
|
|
build --sandbox_fake_username
|