File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ depexts: [
6767 ["libbz2-dev"] {os-distribution = "debian"}
6868 ["bzip2-dev"] {os-distribution = "alpine"}
6969 ["bzip2"] {os-distribution = "archlinux"}
70- ["bzip2-libs "] {os-distribution = "centos-9"}
71- ["bzip2-libs "] {os-distribution = "centos-10"}
70+ ["bzip2-devel "] {os-distribution = "centos-9"}
71+ ["bzip2-devel "] {os-distribution = "centos-10"}
7272 ["bzip2-devel"] {os-distribution = "fedora"}
7373 ["bzip2"] {os-distribution = "freebsd"}
7474 ["bzip2"] {os-distribution = "openbsd"}
@@ -109,14 +109,12 @@ depexts: [
109109]
110110
111111x-ci-accept-failures: [
112- "debian-12"
113- # "fedora-42"
114- # "fedora-43"
115- # "freebsd-14.3"
112+ "debian-12" # c++ compilation fails
116113 "opensuse-15.6" # cannot compile with cmake
117114 "opensuse-16.0" # incorrect paths in /usr/lib64/cmake/ZLIB/* files
115+ "opensuse-tumbleweed" # incorrect paths in /usr/lib64/cmake/ZLIB/* files
118116 "ubuntu-22.04" # cmake is too old
119- "ubuntu-24.04"
117+ "ubuntu-24.04" # c++ compilation fails
120118 "cygwin"
121119 "msys2"
122120]
You can’t perform that action at this time.
0 commit comments