File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ buildifier:
2323 # NOTE: Keep in sync with //:version.bzl
2424 bazel : 6.4.0
2525 skip_in_bazel_downstream_pipeline : " Bazel 6 required"
26+ build_flags :
27+ - " --config=bazel6.x"
2628.reusable_config : &reusable_config
27- environment :
28- RP_BAZEL : ${{bazel}}
2929 build_targets :
3030 - " --"
3131 - " ..."
@@ -35,7 +35,6 @@ buildifier:
3535 build_flags :
3636 - " --keep_going"
3737 - " --build_tag_filters=-integration-test"
38- - " --$RP_BAZEL"
3938 test_targets :
4039 - " --"
4140 - " ..."
@@ -97,11 +96,8 @@ buildifier:
9796 bazel : " 7.x"
9897 environment :
9998 RULES_PYTHON_ENABLE_PYSTAR : " 1"
100- RP_BAZEL : ${{bazel}}
101- RP_BAZEL2 : " 7.x"
10299 build_flags :
103- - " --$RP_BAZEL2"
104- - " --$RP_BAZEL"
100+ - " --config=bazel7.x"
105101 test_flags :
106102 # The doc check tests fail because the Starlark implementation makes the
107103 # PyInfo and PyRuntimeInfo symbols become documented.
You can’t perform that action at this time.
0 commit comments