mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
bazel: set --incompatible_disallow_set_constructor=false to fix breakage
This commit is contained in:
parent
208ae55f6d
commit
0dbff10fee
@ -17,6 +17,8 @@ build --sandbox_fake_username
|
|||||||
# TODO(ixdy): Remove this default once rules_go is bumped.
|
# TODO(ixdy): Remove this default once rules_go is bumped.
|
||||||
# Ref kubernetes/kubernetes#52677
|
# Ref kubernetes/kubernetes#52677
|
||||||
build --incompatible_comprehension_variables_do_not_leak=false
|
build --incompatible_comprehension_variables_do_not_leak=false
|
||||||
|
# TODO(ixdy): remove the following once repo-infra is bumped.
|
||||||
|
build --incompatible_disallow_set_constructor=false
|
||||||
|
|
||||||
# Enable go race detection.
|
# Enable go race detection.
|
||||||
test --features=race
|
test --features=race
|
||||||
|
Loading…
Reference in New Issue
Block a user