File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
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
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RUN ./build-gcc.sh
67
67
COPY dist-x86_64-linux/build-python.sh /tmp/
68
68
RUN ./build-python.sh
69
69
70
- # Now build LLVM+Clang 6 , afterwards configuring further compilations to use the
70
+ # Now build LLVM+Clang 7 , afterwards configuring further compilations to use the
71
71
# clang/clang++ compilers.
72
72
COPY dist-x86_64-linux/build-clang.sh /tmp/
73
73
RUN ./build-clang.sh
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RUN ./build-gcc.sh
67
67
COPY dist-x86_64-linux/build-python.sh /tmp/
68
68
RUN ./build-python.sh
69
69
70
- # Now build LLVM+Clang 6 , afterwards configuring further compilations to use the
70
+ # Now build LLVM+Clang 7 , afterwards configuring further compilations to use the
71
71
# clang/clang++ compilers.
72
72
COPY dist-x86_64-linux/build-clang.sh /tmp/
73
73
RUN ./build-clang.sh
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set -ex
13
13
14
14
source shared.sh
15
15
16
- LLVM=6 .0.0
16
+ LLVM=7 .0.0
17
17
18
18
mkdir clang
19
19
cd clang
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ hide_output make clean
51
51
52
52
cd ..
53
53
54
- LLVM=60
54
+ LLVM=70
55
55
56
56
# may have been downloaded in a previous run
57
57
if [ ! -d libunwind-release_$LLVM ]; then
You can’t perform that action at this time.
0 commit comments