Skip to content

Commit

Permalink
build: only run e2e/runfiles on bazel6 when non-bzlmod
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Oct 16, 2024
1 parent 31bf0e3 commit 9349c76
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ jobs:
major: 6
bzlmod: 0
folder: e2e/gyp_no_install_script
# @bazel/runfiles seems broken with non-bzlmod + bazel7
# https://github.com/bazel-contrib/rules_nodejs/issues/3797
- bazel-version:
major: 7
bzlmod: 0
folder: e2e/runfiles
include:
- bazel-version:
major: 7
Expand Down Expand Up @@ -185,6 +191,12 @@ jobs:
os: macos
config: local
folder: e2e/bzlmod
# @bazel/runfiles seems broken with non-bzlmod + bazel7, so test with bazel6
# https://github.com/bazel-contrib/rules_nodejs/issues/3797
- bazel-version:
major: 6
bzlmod: 0
folder: e2e/runfiles

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 9349c76

Please sign in to comment.