mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
bazel: Replace --features with Starlark build settings flag
All --features and --define flags Deprecated in: 0.23.0 To be removed in: 0.25.0 ref: https://github.com/bazelbuild/rules_go/wiki/Deprecation-schedule Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
2ff22026d5
commit
bb1855bf11
@ -23,8 +23,8 @@ build --define gotags=selinux
|
||||
build --sandbox_fake_username
|
||||
|
||||
# Enable go race detection.
|
||||
build:unit --features=race
|
||||
test:unit --features=race
|
||||
build:unit --@io_bazel_rules_go//go/config:race
|
||||
test:unit --@io_bazel_rules_go//go/config:race
|
||||
|
||||
test:unit --build_tests_only
|
||||
test:unit --test_tag_filters=-e2e,-integration
|
||||
|
Loading…
Reference in New Issue
Block a user