We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d795820 commit fe1df0fCopy full SHA for fe1df0f
.github/workflows/ci-rbe.yml
@@ -9,6 +9,7 @@ jobs:
9
name: Test
10
uses: ./.github/workflows/bazel.yml
11
with:
12
- name: Cache
+ name: All RBE tests
13
cache-key: rbe
14
+ ruby-version: jruby-9.4.2.0
15
run: ./scripts/github-actions/ci-build.sh
scripts/github-actions/ci-build.sh
@@ -8,9 +8,6 @@ set -x
8
./scripts/format.sh
git diff --exit-code
-# We want to use a pre-built Ruby version
-echo 'RUBY_VERSION = "jruby-9.4.2.0"' >rb/ruby_version.bzl
-
# The NPM repository rule wants to write to the HOME directory
# but that's configured for the remote build machines, so run
16
# that repository rule first so that the subsequent remote
0 commit comments