Skip to content

Commit 7fe031f

Browse files
committed
tweak depexts for centos
1 parent f0e8673 commit 7fe031f

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

ortools_solvers.opam

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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

111111
x-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
]

0 commit comments

Comments
 (0)