Start trying to fix Ante

This commit is contained in:
Radon Rosborough 2021-11-15 18:22:48 -08:00
parent 858f612d38
commit 066c543e30
1 changed files with 3 additions and 2 deletions

View File

@ -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