Start trying to fix Ante
This commit is contained in:
parent
858f612d38
commit
066c543e30
|
@ -9,6 +9,7 @@ install:
|
||||||
- cargo
|
- cargo
|
||||||
- cmake
|
- cmake
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
|
- libunwind-dev
|
||||||
- pkg-config
|
- pkg-config
|
||||||
- python3-distutils
|
- python3-distutils
|
||||||
manual: |
|
manual: |
|
||||||
|
@ -17,8 +18,8 @@ install:
|
||||||
llvmenv init
|
llvmenv init
|
||||||
# If compiler is not explicitly set to LLVM, then we get an
|
# If compiler is not explicitly set to LLVM, then we get an
|
||||||
# error: unrecognized command-line option ‘-Wnewline-eof’.
|
# error: unrecognized command-line option ‘-Wnewline-eof’.
|
||||||
CC=/usr/bin/clang CXX=/usr/bin/clang++ llvmenv build-entry -G Makefile -j$(nproc) 10.0.0
|
CC=/usr/bin/clang CXX=/usr/bin/clang++ llvmenv build-entry -G Makefile -j$(nproc) 12.0.1
|
||||||
llvmenv global 10.0.0
|
llvmenv global 12.0.1
|
||||||
manual: |
|
manual: |
|
||||||
git clone https://github.com/jfecher/ante.git
|
git clone https://github.com/jfecher/ante.git
|
||||||
pushd ante
|
pushd ante
|
||||||
|
|
Loading…
Reference in New Issue