Skip to content

Commit

Permalink
create wheels for linux-aarch64ush
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Aug 9, 2024
1 parent c5ff778 commit 796c56e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 40,6 @@ jobs:
if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v3

- name: Set MacOS target version
if: startsWith(matrix.os, 'macos')
run: |
sw_vers -productVersion
echo "MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion)" >> $GITHUB_ENV
- name: Build wheels
uses: pypa/[email protected]
env:
Expand All @@ -58,6 52,7 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: yum install -y sparsehash-devel expat-devel boost-devel zlib-devel bzip2-devel lz4-devel
CIBW_BEFORE_BUILD_MACOS: brew install boost google-sparsehash
CIBW_BEFORE_BUILD_WINDOWS: vcpkg install bzip2:x64-windows expat:x64-windows zlib:x64-windows boost-variant:x64-windows boost-iterator:x64-windows lz4:x86-windows
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=14.0
CIBW_ENVIRONMENT_WINDOWS: 'CMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake"'

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 796c56e

Please sign in to comment.