Skip to content

Commit 8058589

Browse files
committed
maint: clean out old build-related code
1 parent 370b0ef commit 8058589

File tree

6 files changed

+0
-247
lines changed

6 files changed

+0
-247
lines changed

.github/workflows/buildwheel.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
2222
- uses: msys2/[email protected]
2323
with:
2424
msystem: mingw64
25-
# path-type inherit is used so that when cibuildwheel calls msys2 to
26-
# run bin/cibw_before_build_windows.sh the virtual environment
27-
# created by cibuildwheel will be available within msys2. The
28-
# msys2/setup-msys2 README warns that using inherit here can be
29-
# problematic in some situations. Maybe there is a better way to do
30-
# this.
31-
path-type: inherit
3225
if: ${{ startsWith( matrix.os , 'windows' ) }}
3326

3427
# Install pkgconfig on Windows from choco rather than from msys and
@@ -46,10 +39,6 @@ jobs:
4639
env:
4740
# override setting in pyproject.toml to use msys2 instead of msys64 bash
4841
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
49-
#
50-
# Don't need to create pythonXX.a under meson. Not needed any more:
51-
# CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel && msys2 -c bin/cibw_before_build_windows.sh
52-
#
5342

5443
- uses: actions/upload-artifact@v4
5544
with:

bin/build_mingw64_wheel.sh

Lines changed: 0 additions & 100 deletions
This file was deleted.

bin/cibw_before_all_windows.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@
22

33
set -o errexit
44

5-
# Uncomment this to run cibuildwheel locally on Windows:
6-
# export PATH=$PATH:/c/msys64/usr/bin:/c/msys64/mingw64/bin
7-
8-
#
9-
# Make a setup.cfg to specify compiling with mingw64 (even though it says
10-
# mingw32...)
11-
#
12-
13-
# This is not needed any more for python-flint >= 0.7.0 because meson is now
14-
# used as the build system rather than setuptools:
15-
echo '[build]' > setup.cfg
16-
echo 'compiler = mingw32' >> setup.cfg
17-
cat setup.cfg
18-
19-
# Install the mingw-w64 toolchain and build tools
205
pacman -S --noconfirm \
216
mingw-w64-x86_64-gcc\
227
mingw-w64-x86_64-tools-git\
@@ -28,7 +13,6 @@ pacman -S --noconfirm \
2813
libtool\
2914
#
3015

31-
# This is slow with MinGW:
3216
bin/build_dependencies_unix.sh \
3317
--use-gmp-github-mirror\
3418
--patch-C23\

bin/cibw_before_build_windows.sh

Lines changed: 0 additions & 48 deletions
This file was deleted.

bin/cibw_repair_wheel_command_windows.bat

Lines changed: 0 additions & 13 deletions
This file was deleted.

bin/cibw_repair_wheel_command_windows.sh

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)