mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 20:44:44 +01:00
fix travis to use the new old environment variables.
This commit is contained in:
parent
483f709796
commit
51720e1461
@ -4,14 +4,14 @@ set -e
|
||||
|
||||
|
||||
export PATH=/usr/lib/llvm-3.8/bin:${PATH}
|
||||
export GLLVM_OUTPUT_LEVEL=WARNING
|
||||
export WLLVM_OUTPUT_LEVEL=WARNING
|
||||
|
||||
|
||||
git clone https://github.com/SRI-CSL/musllvm.git musllvm
|
||||
|
||||
cd musllvm
|
||||
|
||||
GLLVM_CONFIGURE_ONLY=1 CC=gclang ./configure --target=LLVM --build=LLVM
|
||||
WLLVM_CONFIGURE_ONLY=1 CC=gclang ./configure --target=LLVM --build=LLVM
|
||||
|
||||
make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user