Merge pull request #9697 from JasonLunn/jruby_9.3.4.0

Add JRuby 9.3.4.0 to Dockerfile and use it for 9.3.x testing.
pull/9701/head
Jason Lunn 3 years ago committed by GitHub
commit 5b67e77876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      kokoro/linux/dockerfile/test/ruby/Dockerfile
  2. 2
      tests.sh

@ -38,6 +38,7 @@ RUN /bin/bash -l -c "rvm install 3.0.0"
RUN /bin/bash -l -c "rvm install 3.1.0"
RUN /bin/bash -l -c "rvm install jruby-9.2.20.1"
RUN /bin/bash -l -c "rvm install jruby-9.3.3.0"
RUN /bin/bash -l -c "rvm install jruby-9.3.4.0"
RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc"

@ -444,7 +444,7 @@ build_jruby92() {
build_jruby93() {
internal_build_cpp # For conformance tests.
internal_build_java jdk8 && cd .. # For Maven protobuf jar with local changes
cd ruby && bash travis-test.sh jruby-9.3.3.0 && cd ..
cd ruby && bash travis-test.sh jruby-9.3.4.0 && cd ..
}
build_javascript() {

Loading…
Cancel
Save