mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 19:14:43 +01:00
See if there is an llvm bottle available yet.
This commit is contained in:
parent
647321eea7
commit
1e74a073d9
@ -2,7 +2,7 @@
|
||||
set -ev
|
||||
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
wget http://csl.sri.com/users/iam/llvm_lite-6.0.0.high_sierra.bottle.1.tar.gz
|
||||
brew install -v ./llvm_lite-6.0.0.high_sierra.bottle.1.tar.gz
|
||||
# wget http://csl.sri.com/users/iam/llvm_lite-6.0.0.high_sierra.bottle.1.tar.gz
|
||||
# brew install -v ./llvm_lite-6.0.0.high_sierra.bottle.1.tar.gz
|
||||
brew install llvm
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user