Skip to content

Commit 6af8e93

Browse files
committed
Use isolated build directory
1 parent 9b1539f commit 6af8e93

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
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

@@ -47,9 +48,6 @@ jobs:
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 }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ skip = "*-win32 *-manylinux_i686 *-musllinux_*"
2727
manylinux-x86_64-image = "manylinux2014"
2828
manylinux-i686-image = "manylinux2014"
2929
test-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

0 commit comments

Comments
 (0)