Skip to content

Commit

Permalink
Downgrade Polly to 18 to match LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
bgribble committed Feb 25, 2025
1 parent 998de5a commit f542527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: python -m pip install --upgrade pip setuptools wheel
- name: Install dev files
run: sudo apt install gcc-14 libglib2.0-dev cmake libserd-dev libjson-glib-dev libprotobuf-c-dev libjack-jackd2-dev liblo-dev lv2-dev libasound2-dev ladspa-sdk faust faust-common libfaust2t64 llvm-dev libllvmlibc-19-dev libpolly-19 libpolly-19-dev
run: sudo apt install gcc-14 libglib2.0-dev cmake libserd-dev libjson-glib-dev libprotobuf-c-dev libjack-jackd2-dev liblo-dev lv2-dev libasound2-dev ladspa-sdk faust faust-common libfaust2t64 llvm-dev libllvmlibc-19-dev libpolly-18-dev
- name: Configure MFP
run: CC=gcc-14 ./waf configure
- name: Build MFP
Expand Down

0 comments on commit f542527

Please sign in to comment.