From f5bf013ec0f4c254ea15b517e352c57b90fc7d6a Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Thu, 25 Feb 2016 19:36:26 +0100 Subject: Switch to old version detection --- ci/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/install.sh') 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 -- cgit v1.2.3