Skip to content

Commit

Permalink
no shadow env
Browse files Browse the repository at this point in the history
  • Loading branch information
atroyn committed Jul 20, 2024
1 parent c52a618 commit 0c85b68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir dist
env:
CIBW_ENVIRONMENT: HNSWLIB_NO_NATIVE=true
CIBW_ENVIRONMENT_PASS_LINUX: HNSWLIB_NO_NATIVE
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_SKIP: "pp* *musllinux*"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_WINDOWS: "AMD64"
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_BUILD_VERBOSITY: "3"
CIBW_ENVIRONMENT: "CFLAGS='-v' CXXFLAGS='-v' LDFLAGS='-v'"
CIBW_ENVIRONMENT: "CFLAGS='-v' CXXFLAGS='-v' LDFLAGS='-v' HNSWLIB_NO_NATIVE=true"
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0c85b68

Please sign in to comment.