Skip to content

Commit

Permalink
Modifying the script to use the latest VM
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Mar 31, 2018
1 parent b9d6b21 commit 3c46884
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap/scripts/2-download.sh
Expand Up @@ -31,6 +31,6 @@ pushd vmtarget
if [ ${BOOTSTRAP_ARCH} = "64" ]; then
ARCHFLAG=64/
fi
wget -O- get.pharo.org/${ARCHFLAG}vm70 | bash
wget -O- get.pharo.org/${ARCHFLAG}vm70Latest | bash
popd

2 changes: 1 addition & 1 deletion bootstrap/scripts/download_vm.sh
Expand Up @@ -11,5 +11,5 @@ if [ ${BOOTSTRAP_ARCH} = "64" ]; then
ARCHFLAG=64/
fi

wget -O- get.pharo.org/${ARCHFLAG}vm70 | bash
wget -O- get.pharo.org/${ARCHFLAG}vm70Latest | bash
cd ..
2 changes: 1 addition & 1 deletion bootstrap/scripts/runKernelTests.sh
Expand Up @@ -18,7 +18,7 @@ CACHE="${BOOTSTRAP_CACHE:-bootstrap-cache}"

find ${CACHE}

wget -O- get.pharo.org/${ARCHFLAG}vm70 | bash
wget -O- get.pharo.org/${ARCHFLAG}vm70Latest | bash

IMAGE_ARCHIVE=$(find ${CACHE} -name Pharo7.0-bootstrap-${1}bit-*.zip)
unzip $IMAGE_ARCHIVE
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/scripts/runTests.sh
Expand Up @@ -18,7 +18,7 @@ CACHE="${BOOTSTRAP_CACHE:-bootstrap-cache}"

find ${CACHE}

wget -O- get.pharo.org/${ARCHFLAG}vm70 | bash
wget -O- get.pharo.org/${ARCHFLAG}vm70Latest | bash

IMAGE_ARCHIVE=$(find ${CACHE} -name Pharo7.0-${1}bit-*.zip)
unzip $IMAGE_ARCHIVE
Expand Down

0 comments on commit 3c46884

Please sign in to comment.