Skip to content

Commit

Permalink
chore(deps): use module-root in [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Feb 21, 2025
1 parent 82d8f52 commit 66e685c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
- uses: bazel-contrib/[email protected]
with:
bazelrc: common --announce_rc --color=yes ${{ matrix.mode == 'WORKSPACE' && '--enable_workspace' || '' }}
module-root: examples/gem
# Workaround for long path issues: https://github.com/jruby/jruby/issues/3995.
output-base: ${{ matrix.os == 'windows-latest' && 'D:/b' || '' }}
repository-cache: examples/gem/${{ matrix.mode == 'WORKSPACE' && 'WORKSPACE' || 'MODULE.bazel' }}
repository-cache: true
- run: echo ${{ matrix.ruby }} > .ruby-version
- if: matrix.ruby == 'system'
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -99,7 +100,8 @@ jobs:
- uses: bazel-contrib/[email protected]
with:
bazelrc: common --announce_rc --color=yes
repository-cache: examples/jekyll/MODULE.bazel
module-root: examples/jekyll
repository-cache: true
- run: bazel build ...
- if: failure() && runner.debug == '1'
uses: mxschmitt/action-tmate@v3
Expand All @@ -122,7 +124,8 @@ jobs:
- uses: bazel-contrib/[email protected]
with:
bazelrc: common --announce_rc --color=yes
repository-cache: examples/native_ext/MODULE.bazel
module-root: examples/native_ext
repository-cache: true
- run: echo ${{ matrix.ruby }} > .ruby-version
- run: bazel build ...
- if: failure() && runner.debug == '1'
Expand Down

0 comments on commit 66e685c

Please sign in to comment.