We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fed365 commit 29123d8Copy full SHA for 29123d8
.cirrus.yml
@@ -55,6 +55,12 @@ manylinux-python3.7_task:
55
cpu: 1
56
env:
57
PATH: "/opt/python/cp37-cp37m/bin/:${PATH}"
58
+ fix-meson_script:
59
+ # see https://github.com/mesonbuild/meson/issues/11097
60
+ - mkdir wheelhouse
61
+ - python -m pip wheel --wheel-dir wheelhouse git+https://github.com/mesonbuild/meson@refs/pull/11104/head
62
+ - echo "PIP_FIND_LINKS=$(pwd)/wheelhouse/" >> $CIRRUSCI_ENV
63
+ - PIP_FIND_LINKS="$(pwd)/wheelhouse/" python -m pip install meson
64
<< : *test
65
66
miniconda_task:
0 commit comments