diff options
author | Till Höppner | 2016-02-25 19:36:26 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-25 19:36:26 +0100 |
commit | f5bf013ec0f4c254ea15b517e352c57b90fc7d6a (patch) | |
tree | 8bcc1079ef7ae5ee1c19e846ebe31be954d15d45 /ci | |
parent | 6d1cd6ad4fea74efac7694ec3d67f5792f9dc1cb (diff) | |
download | ilc-0.2.2-build1.tar.gz ilc-0.2.2-build1.tar.xz ilc-0.2.2-build1.zip |
Switch to old version detectionv0.2.2-build1
Diffstat (limited to 'ci')
-rw-r--r-- | ci/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/install.sh b/ci/install.sh index 81ff38c..968ca5e 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -22,8 +22,8 @@ EOF # e.g. 1.6.0 # doesn't work for nightly - # version=$(rustc -V | cut -d' ' -f2) - version=$(rustc -V | cut -d' ' -f2 | cut -d'-' -f2) + version=$(rustc -V | cut -d' ' -f2) + # version=$(rustc -V | cut -d' ' -f2 | cut -d'-' -f2) tarball=rust-std-${version}-${TARGET} curl -Os http://static.rust-lang.org/dist/${tarball}.tar.gz |