Skip to content

Commit

Permalink
Disable OpenSSL compilation on MacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
facutuesca committed Oct 17, 2024
1 parent 6d9bced commit 1c78345
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ jobs:
python-version: 3.x
- name: Build wheels
uses: PyO3/maturin-action@v1
env:
# Do not build OpenSSL on MacOS, since it's already installed
# and we don't need to cross-compile.
OPENSSL_NO_VENDOR: 1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
Expand Down

0 comments on commit 1c78345

Please sign in to comment.