You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2020/08/07 18:36:09 UTC

[lucene-solr] branch master updated: This time comment out ALL the RVM commands to fix the build

This is an automated email from the ASF dual-hosted git repository.

ctargett pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new fb9110a  This time comment out ALL the RVM commands to fix the build
fb9110a is described below

commit fb9110ad18823c1e25b4ee6c9df41d454356a374
Author: Cassandra Targett <ca...@lucidworks.com>
AuthorDate: Fri Aug 7 13:35:37 2020 -0500

    This time comment out ALL the RVM commands to fix the build
---
 dev-tools/scripts/jenkins.build.ref.guide.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/scripts/jenkins.build.ref.guide.sh b/dev-tools/scripts/jenkins.build.ref.guide.sh
index 265d0bc..6aed0e7 100755
--- a/dev-tools/scripts/jenkins.build.ref.guide.sh
+++ b/dev-tools/scripts/jenkins.build.ref.guide.sh
@@ -53,10 +53,10 @@ function echoRun() {
 
 # echoRun "source $RVM_PATH/scripts/rvm"   # Load RVM into a shell session *as a Bash function*
 # echoRun "rvm cleanup all"                # Remove old stuff
-echoRun "rvm autolibs disable"           # Enable single-user mode
-echoRun "rvm install $RUBY_VERSION"      # Install Ruby
-echoRun "rvm gemset create $GEMSET"      # Create this project's gemset
-echoRun "rvm $RUBY_VERSION@$GEMSET"      # Activate this project's gemset
+# echoRun "rvm autolibs disable"           # Enable single-user mode
+# echoRun "rvm install $RUBY_VERSION"      # Install Ruby
+# echoRun "rvm gemset create $GEMSET"      # Create this project's gemset
+# echoRun "rvm $RUBY_VERSION@$GEMSET"      # Activate this project's gemset
 
 # Install gems in the gemset.  Param --force disables dependency conflict detection.
 echoRun "gem install --force --version 3.5.0 jekyll"