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 6bd179c commit b4e3d10Copy full SHA for b4e3d10
2 files changed
.bazelci/presubmit.yml
@@ -91,7 +91,7 @@ buildifier:
91
matrix:
92
platform:
93
- windows
94
- bazel: [8.*]
+ bazel: [7.*, 8.*]
95
tasks:
96
# Keep in sync with .bcr/presubmit.yml
97
bcr_tests:
examples/bzlmod/tests/version_test.sh
@@ -15,6 +15,7 @@
15
16
17
set -o errexit -o nounset -o pipefail
18
+set -x
19
20
# VERSION_PY_BINARY is a space separate list of the executable and its main
21
# py file. We just want the executable.
0 commit comments