Update CI-clang to 7.0.0 for Linux dists.
This commit is contained in:
parent
6f244c9011
commit
2ec6f340cd
4 changed files with 4 additions and 4 deletions
|
|
@ -67,7 +67,7 @@ RUN ./build-gcc.sh
|
|||
COPY dist-x86_64-linux/build-python.sh /tmp/
|
||||
RUN ./build-python.sh
|
||||
|
||||
# Now build LLVM+Clang 6, afterwards configuring further compilations to use the
|
||||
# Now build LLVM+Clang 7, afterwards configuring further compilations to use the
|
||||
# clang/clang++ compilers.
|
||||
COPY dist-x86_64-linux/build-clang.sh /tmp/
|
||||
RUN ./build-clang.sh
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ RUN ./build-gcc.sh
|
|||
COPY dist-x86_64-linux/build-python.sh /tmp/
|
||||
RUN ./build-python.sh
|
||||
|
||||
# Now build LLVM+Clang 6, afterwards configuring further compilations to use the
|
||||
# Now build LLVM+Clang 7, afterwards configuring further compilations to use the
|
||||
# clang/clang++ compilers.
|
||||
COPY dist-x86_64-linux/build-clang.sh /tmp/
|
||||
RUN ./build-clang.sh
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ set -ex
|
|||
|
||||
source shared.sh
|
||||
|
||||
LLVM=6.0.0
|
||||
LLVM=7.0.0
|
||||
|
||||
mkdir clang
|
||||
cd clang
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ hide_output make clean
|
|||
|
||||
cd ..
|
||||
|
||||
LLVM=60
|
||||
LLVM=70
|
||||
|
||||
# may have been downloaded in a previous run
|
||||
if [ ! -d libunwind-release_$LLVM ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue