Skip to content

Commit

Permalink
specialize build prep for Windows arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Nov 20, 2023
1 parent d8f0b84 commit 2207d35
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,15 @@ jobs:

- os: windows-2022
target: aarch64-pc-windows-msvc
build: |
export PATH="$PATH:/c/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Tools/Llvm/x64/bin"
- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
build: |
apt-get update
apt-get install libssl-dev -y
export X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu
export OPENSSL_DIR=/usr/lib/x86_64-linux-gnu
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig/:/opt/_internal/cpython-3.10.13/lib/pkgconfig/:/usr/lib64/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/"

- os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
build: |
apt-get update
apt-get install libssl-dev -y
export AARCH64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR=/usr/lib/aarch64-linux-gnu
export OPENSSL_DIR=/usr/lib/aarch64-linux-gnu
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/aarch64-linux-gnu/pkgconfig:/usr/share/pkgconfig/:/opt/_internal/cpython-3.10.13/lib/pkgconfig/:/usr/lib64/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/"
# build: |

steps:
- name: Checkout repo
Expand Down

0 comments on commit 2207d35

Please sign in to comment.