Skip to content

Commit a162d6f

Browse files
committed
fixup! fixup! fixup! fixup! add changelog entry
1 parent 358f36a commit a162d6f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildifier:
3535
build_flags:
3636
- "--keep_going"
3737
- "--build_tag_filters=-integration-test"
38-
- "--${RP_BAZEL}"
38+
- "--$RP_BAZEL"
3939
test_targets:
4040
- "--"
4141
- "..."
@@ -97,6 +97,11 @@ buildifier:
9797
bazel: "7.x"
9898
environment:
9999
RULES_PYTHON_ENABLE_PYSTAR: "1"
100+
RP_BAZEL: ${{bazel}}
101+
RP_BAZEL2: "7.x"
102+
build_flags:
103+
- "--$RP_BAZEL2"
104+
- "--$RP_BAZEL"
100105
test_flags:
101106
# The doc check tests fail because the Starlark implementation makes the
102107
# PyInfo and PyRuntimeInfo symbols become documented.

0 commit comments

Comments
 (0)