Skip to content

Commit b4e3d10

Browse files
committed
add bazel7 for comparison, set -x
1 parent 6bd179c commit b4e3d10

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ buildifier:
9191
matrix:
9292
platform:
9393
- windows
94-
bazel: [8.*]
94+
bazel: [7.*, 8.*]
9595
tasks:
9696
# Keep in sync with .bcr/presubmit.yml
9797
bcr_tests:

examples/bzlmod/tests/version_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616

1717
set -o errexit -o nounset -o pipefail
18+
set -x
1819

1920
# VERSION_PY_BINARY is a space separate list of the executable and its main
2021
# py file. We just want the executable.

0 commit comments

Comments
 (0)