Skip to content

Commit

Permalink
remove vendored feature from x86_64 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgodlew authored Dec 12, 2024
1 parent 8b9d9af commit 4961502
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,10 @@ jobs:
platform:
- runner: cpu-high
target: x86_64
features: ""
- runner: cpu-high
target: aarch64
- runner: cpu-high
target: armv7
# - runner: ubuntu-latest
# target: s390x
# - runner: ubuntu-latest
# target: ppc64le
features: "--features openssl_vendored"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -44,7 +40,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --features openssl_vendored --out dist
args: --release ${{ matrix.platform.features }} --out dist
sccache: 'true'
manylinux: auto
working-directory: hf_xet
Expand All @@ -64,8 +60,6 @@ jobs:
target: x86_64
- runner: cpu-high
target: aarch64
- runner: cpu-high
target: armv7
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 4961502

Please sign in to comment.