Skip to content

Commit

Permalink
ci: stop pre-building libmusly
Browse files Browse the repository at this point in the history
- right now it complicates things and ci workflow kind of works now
  • Loading branch information
andban committed Nov 9, 2024
1 parent 484f1da commit 8565477
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,30 +48,6 @@ jobs:
choco install ninja
echo "CMAKE_GENERATOR=Ninja" >> "$GITHUB_ENV"
- name: Pre-build libmusly
shell: bash
run: |
curl -SL https://github.com/andban/musly/archive/refs/tags/v2.0-cmake.2.zip -o $RUNNER_TEMP/musly.zip
cd $RUNNER_TEMP
unzip musly.zip
cd musly-2.0-cmake.2
cmake -S . -B build -DMUSLY_USE_OWN_LIBRESAMPLE=TRUE -DMUSLY_USE_OWN_LIBKISSFFT=TRUE -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
cmake --build build --config Release
- name: Install libmusly
shell: bash
if: ${{ matrix.os != 'windows-latest' }}
run: |
cd $RUNNER_TEMP/musly-2.0-cmake.2
sudo cmake --install build
- name: Install libmusly
shell: bash
if: ${{ matrix.os == 'windows-latest' }}
run: |
cd $RUNNER_TEMP/musly-2.0-cmake.2
cmake --install build
- name: Build wheels
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 8565477

Please sign in to comment.