Skip to content

Commit

Permalink
chore: add bazel8 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Oct 10, 2024
1 parent 4485ff8 commit 9ffc41e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
m=${v::1}
a=(
"major:$m, version:\"$v\""
"major:8, version:\"8.0.0-pre.20240925.4\""
"major:6, version:\"6.5.0\""
)
printf -v j '{%s},' "${a[@]}"
Expand Down Expand Up @@ -137,9 +138,11 @@ jobs:
# Don't run workspace smoke test under bzlmod
- bzlmod: 1
folder: e2e/workspace
# rules_docker is not compatible with Bazel 7
# rules_docker is not compatible with Bazel 7+
- bazel-version:
major: 7
- bazel-version:
major: 8
folder: e2e/js_image_docker
# TODO: un-exclude the following bzlmod tests once they work
- bzlmod: 1
Expand All @@ -157,6 +160,10 @@ jobs:
bzlmod: 0
folder: e2e/gyp_no_install_script
include:
- bazel-version:
major: 8
version: 8.0.0-pre.20240925.4
bzlmod: 1
- bazel-version:
major: 7
version: 7.1.1
Expand Down

0 comments on commit 9ffc41e

Please sign in to comment.