Skip to content

Commit

Permalink
CI: install Meson with fix for Python 3.7 extensions linking
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Dec 9, 2022
1 parent 1fed365 commit c6a1337
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit c6a1337

Please sign in to comment.