File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -227,9 +227,9 @@ install:
227
227
chmod +x /usr/local/bin/sccache &&
228
228
travis_retry curl -fo /usr/local/bin/stamp https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-03-17-stamp-x86_64-apple-darwin &&
229
229
chmod +x /usr/local/bin/stamp &&
230
- travis_retry curl -f http://releases.llvm.org/6 .0.0/clang+llvm-6 .0.0-x86_64-apple-darwin.tar.xz | tar xJf - &&
231
- export CC=`pwd`/clang+llvm-6 .0.0-x86_64-apple-darwin/bin/clang &&
232
- export CXX=`pwd`/clang+llvm-6 .0.0-x86_64-apple-darwin/bin/clang++ &&
230
+ travis_retry curl -f http://releases.llvm.org/7 .0.0/clang+llvm-7 .0.0-x86_64-apple-darwin.tar.xz | tar xJf - &&
231
+ export CC=`pwd`/clang+llvm-7 .0.0-x86_64-apple-darwin/bin/clang &&
232
+ export CXX=`pwd`/clang+llvm-7 .0.0-x86_64-apple-darwin/bin/clang++ &&
233
233
export AR=ar
234
234
;;
235
235
esac
You can’t perform that action at this time.
0 commit comments