Skip to content

Commit

Permalink
fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Apr 3, 2024
1 parent eadf697 commit 79dc308
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ jobs:
interpreter: 3.8 3.9 3.10 3.11 3.12
- os: windows
target: aarch64
interpreter: 3.11 3.12
interpreter: "3.12"
# interpreter: 3.11 3.12
# NOTE: getting error `lld-link: error: could not open 'python311.lib': no such file or directory`

runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
steps:
Expand Down Expand Up @@ -149,9 +151,9 @@ jobs:
rust-toolchain: stable
docker-options: -e CI
working-directory: python
# env:
# CFLAGS_aarch64_unknown_linux_gnu: -D__ARM_ARCH=8
# # NOTE: ring linux aarch64 error: https://github.com/briansmith/ring/issues/1728
env:
CFLAGS_aarch64_unknown_linux_gnu: -D__ARM_ARCH=8
# NOTE: fix for ring linux aarch64 error: https://github.com/briansmith/ring/issues/1728

- run: ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} python/dist/
- run: twine check --strict python/dist/*
Expand Down

0 comments on commit 79dc308

Please sign in to comment.