Skip to content

Commit fe1df0f

Browse files
committed
[ci] Use the correct flag to set the ruby version
1 parent d795820 commit fe1df0f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci-rbe.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
name: Test
1010
uses: ./.github/workflows/bazel.yml
1111
with:
12-
name: Cache
12+
name: All RBE tests
1313
cache-key: rbe
14+
ruby-version: jruby-9.4.2.0
1415
run: ./scripts/github-actions/ci-build.sh

scripts/github-actions/ci-build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ set -x
88
./scripts/format.sh
99
git diff --exit-code
1010

11-
# We want to use a pre-built Ruby version
12-
echo 'RUBY_VERSION = "jruby-9.4.2.0"' >rb/ruby_version.bzl
13-
1411
# The NPM repository rule wants to write to the HOME directory
1512
# but that's configured for the remote build machines, so run
1613
# that repository rule first so that the subsequent remote

0 commit comments

Comments
 (0)