Skip to content

Commit 7065b36

Browse files
authored
added ubuntu-arm runner (#184)
* added ubuntu-arm runner * skipping testing on cp313-manylinux_aarch64 (torch unavailable)
1 parent 345b0cb commit 7065b36

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build_default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
include:
4343
- os: ubuntu-latest
4444
cibw_archs: "x86_64"
45+
- os: ubuntu-24.04-arm
46+
cibw_archs: "auto"
4547
- os: windows-2022
4648
cibw_archs: "auto64"
4749
# Include macos-13 to get Intel x86_64 macs and maos-latest to get the Aaarch64 macs

cibuildwheel.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ before-build = "rm -rf {package}/osqp_sources/build"
99
before-test = "pip install torch --index-url https://download.pytorch.org/whl/cpu"
1010
test-groups = ["test"]
1111
test-command = "python -m pytest -s {project}/src/osqp/tests"
12+
# 09/10/25 - Skip testing on cp313-manylinux_aarch64 because torch/numpy deps are unsatisfiable
13+
test-skip = "cp313-manylinux_aarch64"
1214

1315
[tool.cibuildwheel.macos]
1416
# 02/13/25 - Skip testing on cp313-macosx_x86_64 because torch/numpy deps are unsatisfiable

0 commit comments

Comments
 (0)