Skip to content

Commit dced7de

Browse files
Update linux-27 build to manylinux_2_28
Older images use older libssl that segfaults.
1 parent 067893d commit dced7de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-linux-27.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ jobs:
2424
uses: pypa/[email protected]
2525
env:
2626
CIBW_ARCHS: auto64
27+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
2728
CIBW_ENVIRONMENT: EXIV2_ROOT=libexiv2/build-linux/install
2829
CIBW_BUILD: cp*-manylinux_x86_64
2930
CIBW_TEST_COMMAND: >
3031
python3 -m exiv2 -v &&
3132
python3 -m unittest discover {project}/tests -v
3233
CIBW_BEFORE_ALL: >
3334
yum install -y zlib-devel expat-devel gettext-devel
34-
libcurl-devel libssh-devel &&
35+
libcurl-devel &&
3536
localedef -c -i de_DE -f UTF-8 de_DE.UTF-8 &&
3637
cd libexiv2 &&
3738
cmake -B build-linux -D CMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)