Skip to content

Commit

Permalink
linux with vendored openssl and windows without -md option
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Aug 7, 2024
1 parent 6da729a commit 9efecd7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
working-directory: python
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter --features="openssl-sys/vendored"
sccache: "true"
manylinux: auto
- name: Upload wheels
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
working-directory: python
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter --features="openssl-sys/vendored"
sccache: "true"
manylinux: musllinux_1_2
- name: Upload wheels
Expand All @@ -102,10 +102,10 @@ jobs:
platform:
- runner: windows-latest
target: x64
triplet: x64-windows-static-md
triplet: x64-windows-static
- runner: windows-latest
target: x86
triplet: x86-windows-static-md
triplet: x86-windows-static
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v2
Expand All @@ -128,6 +128,7 @@ jobs:
uses: PyO3/maturin-action@v1
env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
RUSTFLAGS: "-C target-feature=+crt-static"
with:
working-directory: python
target: ${{ matrix.platform.target }}
Expand Down

0 comments on commit 9efecd7

Please sign in to comment.