Skip to content

Commit d427901

Browse files
committed
Use legacy buildconfig on multiarch builds
1 parent 91f3bd7 commit d427901

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-debian-multiarch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
export PIP_CONFIG_FILE=buildconfig/pip_config.ini
8686
echo "\nBuilding pygame wheel\n"
8787
python3 setup.py docs
88-
pip3 wheel . --wheel-dir /artifacts -vvv
88+
# use legacy buildconfig here. TODO update to meson
89+
python3 setup.py bdist_wheel --dist-dir /artifacts
8990
echo "\nInstalling wheel\n"
9091
pip3 install --no-index --pre --find-links /artifacts pygame-ce
9192
echo "\nRunning tests\n"

0 commit comments

Comments
 (0)