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 358f36a commit a162d6fCopy full SHA for a162d6f
.bazelci/presubmit.yml
@@ -35,7 +35,7 @@ buildifier:
35
build_flags:
36
- "--keep_going"
37
- "--build_tag_filters=-integration-test"
38
- - "--${RP_BAZEL}"
+ - "--$RP_BAZEL"
39
test_targets:
40
- "--"
41
- "..."
@@ -97,6 +97,11 @@ buildifier:
97
bazel: "7.x"
98
environment:
99
RULES_PYTHON_ENABLE_PYSTAR: "1"
100
+ RP_BAZEL: ${{bazel}}
101
+ RP_BAZEL2: "7.x"
102
+ build_flags:
103
+ - "--$RP_BAZEL2"
104
105
test_flags:
106
# The doc check tests fail because the Starlark implementation makes the
107
# PyInfo and PyRuntimeInfo symbols become documented.
0 commit comments