Sigh
This commit is contained in:
parent
2dda21f0af
commit
1d57528328
|
@ -17,12 +17,12 @@ install:
|
|||
llvmenv init
|
||||
# If compiler is not explicitly set to LLVM, then we get an
|
||||
# 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
|
||||
llvmenv global 10.0.0
|
||||
CC=/usr/bin/clang CXX=/usr/bin/clang++ llvmenv build-entry -G Makefile -j$(nproc) 10.0.1
|
||||
llvmenv global 10.0.1
|
||||
manual: |
|
||||
git clone https://github.com/jfecher/ante.git -n
|
||||
pushd ante
|
||||
git checkout 6e61e9f7ed9300ed68f6b9459b69f027e09a0c42
|
||||
git checkout ba940f3b492fb448a6a73b139403eefa7a0daedc
|
||||
LLVM_SYS_100_PREFIX="$(llvmenv prefix)" cargo build --release
|
||||
install -d "${pkg}/opt/ante"
|
||||
install -d "${pkg}/usr/local/bin"
|
||||
|
|
Loading…
Reference in New Issue