Skip to content

Build wheels

Build wheels #47

Re-run triggered August 5, 2024 19:29
Status Failure
Total duration 59s
Artifacts

wheels.yml

on: workflow_dispatch
Matrix: build_wheels
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Build wheels on ubuntu-20.04
Command ['sh', '-c', 'yum install -y fftw-devel wget python3 sudo gcc && wget https://github.com/jackaudio/jack2/archive/v1.9.22.tar.gz && tar xzf v1.9.22.tar.gz && cd jack2-1.9.22 && python3 ./waf configure && /usr/bin/sudo python3 ./waf install && cd .. && wget https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.9.tar.bz2 && tar xjf alsa-lib-1.2.9.tar.bz2 && cd alsa-lib-1.2.9 && ./configure && make && /usr/bin/sudo make install && cd .. && git clone https://github.com/libsndfile/libsndfile.git && cd libsndfile && cmake -DBUILD_SHARED_LIBS=1 . && make && make install && cd .. && git clone https://github.com/andrewrk/libsoundio.git && cd libsoundio && cmake . && make && make install\n'] failed with code 1.
Build wheels on ubuntu-20.04
Process completed with exit code 1.
Build wheels on ubuntu-20.04
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/