Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: install Meson with fix for Python 3.7 extensions linking
  • Loading branch information
dnicolodi committed Dec 9, 2022
commit c6a1337e5bbe4b997724f69e7f6f6d9dcb5b6d69
6 changes: 6 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ manylinux-python3.7_task:
cpu: 1
env:
PATH: "/opt/python/cp37-cp37m/bin/:${PATH}"
fix-meson_script:
# see https://github.com/mesonbuild/meson/issues/11097
- mkdir wheelhouse
- python -m pip wheel --wheel-dir wheelhouse git+https://github.com/mesonbuild/meson@refs/pull/11104/head
- echo "PIP_FIND_LINKS=$(pwd)/wheelhouse/" >> $CIRRUS_ENV
- PIP_FIND_LINKS="$(pwd)/wheelhouse/" python -m pip install meson
<< : *test

miniconda_task:
Expand Down