Roll back to working version of Ante

This reverts commit 066c543e30.
This commit is contained in:
Radon Rosborough 2021-12-11 11:16:46 -08:00
parent c360f89a09
commit 2dda21f0af
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:rolling FROM ubuntu:21.04
COPY docker/ci/install.bash /tmp/ COPY docker/ci/install.bash /tmp/
RUN /tmp/install.bash RUN /tmp/install.bash

View File

@ -9,7 +9,6 @@ install:
- cargo - cargo
- cmake - cmake
- libssl-dev - libssl-dev
- libunwind-dev
- pkg-config - pkg-config
- python3-distutils - python3-distutils
manual: | manual: |
@ -18,11 +17,12 @@ 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) 12.0.1 CC=/usr/bin/clang CXX=/usr/bin/clang++ llvmenv build-entry -G Makefile -j$(nproc) 10.0.0
llvmenv global 12.0.1 llvmenv global 10.0.0
manual: | manual: |
git clone https://github.com/jfecher/ante.git git clone https://github.com/jfecher/ante.git -n
pushd ante pushd ante
git checkout 6e61e9f7ed9300ed68f6b9459b69f027e09a0c42
LLVM_SYS_100_PREFIX="$(llvmenv prefix)" cargo build --release LLVM_SYS_100_PREFIX="$(llvmenv prefix)" cargo build --release
install -d "${pkg}/opt/ante" install -d "${pkg}/opt/ante"
install -d "${pkg}/usr/local/bin" install -d "${pkg}/usr/local/bin"