forked from ERGO-Code/HiGHS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Harmonizing ubuntu versions, aligning inactive wheels push workflow
- Loading branch information
1 parent
477a9a6
commit fb910f0
Showing
3 changed files
with
12 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,12 +43,12 @@ jobs: | |
# Github Actions doesn't support pairing matrix values together, let's improvise | ||
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026 | ||
buildplat: | ||
- [ubuntu-20.04, manylinux_x86_64] | ||
- [ubuntu-20.04, manylinux_i686] | ||
- [ubuntu-20.04, manylinux_aarch64] | ||
- [ubuntu-20.04, musllinux_x86_64] # No OpenBlas, no test | ||
- [ubuntu-20.04, musllinux_i686] | ||
- [ubuntu-20.04, musllinux_aarch64] | ||
- [ubuntu-24.04, manylinux_x86_64] | ||
- [ubuntu-24.04, manylinux_i686] | ||
- [ubuntu-24.04-arm, manylinux_aarch64] | ||
- [ubuntu-24.04, musllinux_x86_64] # No OpenBlas, no test | ||
- [ubuntu-24.04, musllinux_i686] | ||
- [ubuntu-24.04-arm, musllinux_aarch64] | ||
- [macos-13, macosx_x86_64] | ||
- [macos-14, macosx_arm64] | ||
- [windows-2019, win_amd64] | ||
|
@@ -58,21 +58,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Set up QEMU # Required for aarch64 builds | ||
if: ${{ contains(matrix.buildplat[1], 'aarch64') }} | ||
uses: docker/setup-qemu-action@v3 | ||
with: | ||
platforms: all | ||
|
||
- name: Build wheels (aarch64) | ||
if: ${{ contains(matrix.buildplat[1], 'aarch64') }} | ||
uses: pypa/[email protected] | ||
env: | ||
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} | ||
CIBW_ARCHS_LINUX: aarch64 | ||
|
||
- name: Build wheels (not aarch64) | ||
if: ${{ !contains(matrix.buildplat[1], 'aarch64') }} | ||
- name: Build wheels | ||
uses: pypa/[email protected] | ||
env: | ||
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters