We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f72074 commit a00be5cCopy full SHA for a00be5c
.bazelci/presubmit.yml
@@ -33,6 +33,7 @@ buildifier:
33
build_flags:
34
- "--keep_going"
35
- "--build_tag_filters=-integration-test"
36
+ - "--bazelversion ${{ bazel }}"
37
test_targets:
38
- "--"
39
- "..."
.bazelrc
@@ -20,8 +20,6 @@ build --incompatible_default_to_explicit_init_py
20
# Ensure ongoing compatibility with this flag.
21
common --incompatible_disallow_struct_provider_syntax
22
23
-common --incompatible_python_disallow_native_rules
24
-
25
# Windows makes use of runfiles for some rules
26
build --enable_runfiles
27
0 commit comments