Skip to content

Commit 2e00860

Browse files
authored
Merge pull request #524 from mayeut/devtoolset14
fix: manylinux_2_28 moved to gcc-toolset-14
2 parents f1e4758 + 6e08c40 commit 2e00860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_manylinux.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"manylinux_2_5": "devtoolset-2",
6464
"manylinux_2_12": "devtoolset-8",
6565
"manylinux_2_17": "devtoolset-10",
66-
"manylinux_2_28": "gcc-toolset-13",
66+
"manylinux_2_28": "gcc-toolset-14",
6767
"manylinux_2_34": "gcc-toolset-14",
6868
"musllinux_1_2": "devtoolset-not-present",
6969
}
@@ -1020,7 +1020,7 @@ def test_build_wheel_compat(
10201020

10211021
def test_zlib_blacklist(self, any_manylinux_container, docker_python, io_folder):
10221022
policy, tag, manylinux_ctr = any_manylinux_container
1023-
if policy.startswith("manylinux_2_17_"):
1023+
if policy.startswith(("manylinux_2_17_", "manylinux_2_28_", "manylinux_2_34_")):
10241024
pytest.skip(f"{policy} image has no blacklist symbols in libz.so.1")
10251025

10261026
docker_exec(

0 commit comments

Comments
 (0)