Author: donaldp
Date: Mon Oct  8 20:31:24 2012
New Revision: 1395758

URL: http://svn.apache.org/viewvc?rev=1395758&view=rev
Log:
Continue to update the RVMs required to run the tests in the CI. The old ubuntu 
LTS is tricky to get all the dependencies lined up.

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: 
http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1395758&r1=1395757&r2=1395758&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Mon Oct  8 20:31:24 2012
@@ -11,13 +11,13 @@ if [ "X$JOB_NAME" == "XBuildr-metrics-bu
   export BUILD_RAKE_TASK="coverage metrics:saikuro"
   export BUILDR_GEMSET=$JOB_NAME
 elif [ "X$JOB_NAME" == "XBuildr-website-build" ]; then
-  export BUILD_RVM=1.9.3
+  export BUILD_RVM=1.8.7
   export BUILD_JVM=1.7
   export BUILD_RAKE_TASK=jekyll
   export PATH=$PATH:/home/toulmean/prince/bin
   export BUILDR_GEMSET=$JOB_NAME
 elif [ "X$JOB_NAME" == "XBuildr-omnibus-build" ]; then
-  export BUILD_RVM=1.8.7
+  export BUILD_RVM=jruby
   export BUILD_RAKE_TASK=all-in-one
   export BUILDR_GEMSET=$JOB_NAME
 fi
@@ -49,4 +49,4 @@ rvm ${BUILDR_RUBY_VERSION} --force gemse
 
 source .rvmrc
 
-rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec rake $BUILD_RAKE_TASK 
--trace 2>&1
+rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec rake clobber 
$BUILD_RAKE_TASK --trace 2>&1


Reply via email to