File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 if : ${{ matrix.os == 'windows-2019' }}
3838
3939 # We have to set this here rather than in the cibuildwheel config
40+ # This is probably something to do with \ vs / in paths...
4041 - run : echo "PKG_CONFIG_PATH=${{ github.workspace }}/.local/lib/pkgconfig" >> $env:GITHUB_ENV
4142 if : ${{ matrix.os == 'windows-2019' }}
4243
4748 CIBW_BEFORE_ALL_WINDOWS : msys2 -c bin/cibw_before_all_windows.sh
4849 CIBW_BEFORE_BUILD_WINDOWS : pip install delvewheel && msys2 -c bin/cibw_before_build_windows.sh
4950
50- - run : cat mybuild/meson-logs/meson-log.txt
51- if : failure()
52-
5351 - uses : actions/upload-artifact@v4
5452 with :
5553 name : wheels-${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ skip = "*-win32 *-manylinux_i686 *-musllinux_*"
2727manylinux-x86_64-image = " manylinux2014"
2828manylinux-i686-image = " manylinux2014"
2929test-command = " python -c \" import flint; print(str(flint.fmpz(2)))\" "
30- build-frontend = { name = " pip" , args = [" -C" , " builddir=./mybuild" ] }
3130
3231[tool .cibuildwheel .linux .environment ]
3332# LD_LIBRARY_PATH is needed by auditwheel
You can’t perform that action at this time.
0 commit comments