File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : cpp
2
2
dist : trusty
3
- sudo : false
3
+ sudo : true
4
4
matrix :
5
5
include :
6
6
# This config does a few things:
@@ -173,10 +173,7 @@ install:
173
173
git clone https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx -b release_50
174
174
git clone https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi -b release_50
175
175
mkdir llvm-build && cd llvm-build
176
- # Building llvm requires a newer cmake than is provided by the trusty container:
177
- CMAKE_VER=cmake-3.8.0-Linux-x86_64
178
- curl https://cmake.org/files/v3.8/$CMAKE_VER.tar.gz | tar xz
179
- ./$CMAKE_VER/bin/cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/.local ../llvm-source
176
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/.local ../llvm-source
180
177
make -j2 install-cxxabi install-cxx
181
178
cp -a include/c++/v1/*cxxabi*.h ~/.local/include/c++/v1
182
179
cd ..
You can’t perform that action at this time.
0 commit comments