mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
vendor files
This commit is contained in:
16
vendor/k8s.io/kubernetes/build/root/.bazelrc
generated
vendored
Normal file
16
vendor/k8s.io/kubernetes/build/root/.bazelrc
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# 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
|
||||
|
||||
# Enable go race detection.
|
||||
test --features=race
|
Reference in New Issue
Block a user