Skip to content

Commit 2053720

Browse files
committed
[CI] limit matrix for testing
1 parent f895eda commit 2053720

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

.github/workflows/wheel.yml

+2-28
Original file line numberDiff line numberDiff line change
@@ -138,37 +138,10 @@ jobs:
138138
runs-on: ubuntu-latest
139139
strategy:
140140
matrix:
141-
host: [x86_64-bionic-linux-gnu, aarch64-rpi3-linux-gnu, armv7-neon-linux-gnueabihf, armv6-rpi-linux-gnueabihf]
141+
host: [x86_64-bionic-linux-gnu, aarch64-rpi3-linux-gnu]
142142
python-version:
143-
- python3.7
144-
- python3.8
145-
- python3.9
146-
- python3.10
147-
- python3.11
148-
- python3.12
149143
- python3.13
150-
- pypy3.7-v7.3
151-
- pypy3.8-v7.3
152-
- pypy3.9-v7.3
153144
- pypy3.10-v7.3
154-
# PyPy does not provide 32-bit ARM binaries, so we exclude these:
155-
exclude:
156-
- python-version: pypy3.7-v7.3
157-
host: armv7-neon-linux-gnueabihf
158-
- python-version: pypy3.8-v7.3
159-
host: armv7-neon-linux-gnueabihf
160-
- python-version: pypy3.9-v7.3
161-
host: armv7-neon-linux-gnueabihf
162-
- python-version: pypy3.10-v7.3
163-
host: armv7-neon-linux-gnueabihf
164-
- python-version: pypy3.7-v7.3
165-
host: armv6-rpi-linux-gnueabihf
166-
- python-version: pypy3.8-v7.3
167-
host: armv6-rpi-linux-gnueabihf
168-
- python-version: pypy3.9-v7.3
169-
host: armv6-rpi-linux-gnueabihf
170-
- python-version: pypy3.10-v7.3
171-
host: armv6-rpi-linux-gnueabihf
172145
steps:
173146
- name: Checkout
174147
uses: actions/checkout@v4
@@ -199,6 +172,7 @@ jobs:
199172
# will use its default cross-compilation settings for Windows on ARM64.
200173
# For macOS, we build universal wheels that work on both Intel and ARM macs.
201174
build-macos-windows:
175+
if: false
202176
name: Build wheels for ${{ matrix.os }}
203177
needs: [build-sdist]
204178
runs-on: ${{ matrix.os }}

scripts/ci/alpaqa-python.profile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[conf]
22
tools.cmake.cmake_layout:build_folder_vars=['const.python', 'settings.build_type']
33
[options]
4-
alpaqa/*:with_ipopt=True
5-
alpaqa/*:with_external_casadi=True
6-
alpaqa/*:with_qpalm=True
7-
alpaqa/*:with_cutest=True
4+
alpaqa/*:with_ipopt=False
5+
alpaqa/*:with_external_casadi=False
6+
alpaqa/*:with_qpalm=False
7+
alpaqa/*:with_cutest=False
88
alpaqa/*:with_python=True
99
[settings]
1010
casadi/*:build_type=Release

0 commit comments

Comments
 (0)