Skip to content

Commit 01e7280

Browse files
committed
manylinux: 2_28 // AlmaLinux 8
1 parent 9142af2 commit 01e7280

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

.github/workflows/maturin.yml

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
manylinux: 2_28
3737
before-script-linux: |
3838
set -ex
39-
apt-get update -y && apt-get install -y build-essential perl-modules curl libssl-dev openssl pkg-config clang liblzma-dev
39+
dnf install -y epel-release
40+
dnf update -y
41+
dnf install -y gcc gcc-c++ make perl curl openssl-devel pkgconfig clang xz-devel
4042
export OPENSSL_LIB_DIR=$(pkg-config --variable=libdir openssl)
4143
export OPENSSL_INCLUDE_DIR=$(pkg-config --variable=includedir openssl)
4244
if [ -z "$OPENSSL_LIB_DIR" ] || [ -z "$OPENSSL_INCLUDE_DIR" ]; then
@@ -51,32 +53,6 @@ jobs:
5153
name: wheels-linux-${{ matrix.platform.target }}
5254
path: dist
5355

54-
# windows:
55-
# runs-on: ${{ matrix.platform.runner }}
56-
# strategy:
57-
# matrix:
58-
# platform:
59-
# - runner: windows-latest
60-
# target: x64
61-
# - runner: windows-latest
62-
# target: x86
63-
# steps:
64-
# - uses: actions/checkout@v4
65-
# - uses: actions/setup-python@v5
66-
# with:
67-
# python-version: 3.x
68-
# architecture: ${{ matrix.platform.target }}
69-
# - name: Build wheels
70-
# uses: PyO3/maturin-action@v1
71-
# with:
72-
# target: ${{ matrix.platform.target }}
73-
# args: --release --out dist --find-interpreter
74-
# - name: Upload wheels
75-
# uses: actions/upload-artifact@v4
76-
# with:
77-
# name: wheels-windows-${{ matrix.platform.target }}
78-
# path: dist
79-
8056
# macos:
8157
# runs-on: ${{ matrix.platform.runner }}
8258
# strategy:

0 commit comments

Comments
 (0)