-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from VROOM-Project/apple-silicon
moving back to manylinux2014
- Loading branch information
Showing
5 changed files
with
23 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ jobs: | |
- uses: pypa/[email protected] | ||
env: | ||
MACOSX_DEPLOYMENT_TARGET: 10.14 | ||
CIBW_BUILD: '*cp311*' | ||
CIBW_BUILD: '*cp39*' | ||
|
||
- name: Verify clean directory | ||
run: git diff --exit-code | ||
|
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 |
---|---|---|
|
@@ -72,17 +72,18 @@ jobs: | |
conan config set "storage.path=$env:GITHUB_WORKSPACE/conan_data" | ||
conan install --build=openssl --install-folder conan_build . | ||
# - name: Set up QEMU | ||
# if: matrix.platform == 'linux' | ||
# uses: docker/setup-qemu-action@v3 | ||
# with: | ||
# platforms: all | ||
- name: Set up QEMU | ||
if: matrix.platform == 'linux' | ||
uses: docker/setup-qemu-action@v3 | ||
with: | ||
platforms: all | ||
|
||
- name: Build wheels | ||
if: matrix.platform != 'macos-arm' | ||
uses: pypa/[email protected] | ||
env: | ||
MACOSX_DEPLOYMENT_TARGET: 13.0 | ||
CIBW_ARCHS_LINUX: x86_64 aarch64 | ||
|
||
- name: Build wheels | ||
if: matrix.platform == 'macos-arm' | ||
|
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