Skip to content

Commit fde5fc1

Browse files
authored
ci: pin pystar bazel version (#1497)
This PR changes the specific version that is used to test starlark rules_python rules implementation, which broke in recent bazelbuild/bazel commits. Once the following issue is fixed, this can be reverted. Towards #1496 Related bazelbuild/bazel#19838
1 parent 0100a82 commit fde5fc1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.bazelci/presubmit.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@ tasks:
100100
# TODO: Change to "rolling" once
101101
# https://github.com/bazelbuild/bazel/commit/f3aafea59ae021c6a12086cb2cd34c5fa782faf1
102102
# is available in rolling.
103-
bazel: "last_green"
103+
# NOTE @aignas 2023-10-17: as of https://github.com/bazelbuild/bazel/issues/19838
104+
# this is the last known-to-work bazel version, use `last_green` or `rolling` once the
105+
# issue is fixed.
106+
bazel: "2b8219042c132483e0af39ef20d67dfd6442af01"
104107
environment:
105108
RULES_PYTHON_ENABLE_PYSTAR: "1"
106109
test_flags:
@@ -115,7 +118,10 @@ tasks:
115118
# TODO: Change to "rolling" once
116119
# https://github.com/bazelbuild/bazel/commit/f3aafea59ae021c6a12086cb2cd34c5fa782faf1
117120
# is available in rolling.
118-
bazel: "last_green"
121+
# NOTE @aignas 2023-10-17: as of https://github.com/bazelbuild/bazel/issues/19838
122+
# this is the last known-to-work bazel version, use `last_green` or `rolling` once the
123+
# issue is fixed.
124+
bazel: "2b8219042c132483e0af39ef20d67dfd6442af01"
119125
environment:
120126
RULES_PYTHON_ENABLE_PYSTAR: "1"
121127
test_flags:

0 commit comments

Comments
 (0)