Skip to content

Commit

Permalink
fix llvm issue (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfober committed Jan 15, 2021
1 parent ab86650 commit 9af2944
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ before_install:
- sudo apt-get install libmicrohttpd-dev cmake qt514-meta-minimal libglu1-mesa-dev libsndfile1-dev libjack-jackd2-dev libasound2-dev -y
- source /opt/qt514/bin/qt514-env.sh
- sudo mv $(which llvm-config) $(which llvm-config)-7
# - wget https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/clang+llvm-11.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz
# - tar xf clang+llvm-11.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz
- wget https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/clang+llvm-11.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz
- tar xf clang+llvm-11.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz
- sudo mv /usr/bin/llvm-config /usr/bin/llvm-config-10
- sudo ln -s $(pwd)/clang+llvm-11.0.0-x86_64-linux-gnu-ubuntu-20.04/bin/llvm-config /usr/bin/llvm-config

- git clone --single-branch --recurse-submodules -j 2 --depth 1 https://github.com/grame-cncm/faust.git
# - make -C faust/build cmake BACKENDS=all.cmake TARGETS=all.cmake CMAKEOPT="-DLLVM_CONFIG=$(pwd)/clang+llvm-11.0.0-x86_64-linux-gnu-ubuntu-20.04/bin/llvm-config"
Expand Down

0 comments on commit 9af2944

Please sign in to comment.