Skip to content

Commit 1cb0669

Browse files
Wrong constraint on os-version
1 parent 1e409d4 commit 1cb0669

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/conf-libclang/conf-libclang.15/files/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ EOF
127127
exit 0
128128
done
129129

130-
echo "Error: No usable version of LLVM <=14.0.x found."
130+
echo "Error: No usable version of LLVM <=15.0.x found."
131131
exit 1

packages/conf-libclang/conf-libclang.15/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depexts: [
1919
os-distribution = "debian" & os-version >= "11"}
2020
["libclang-dev" "llvm-dev"] {
2121
os-family = "debian" &
22-
!(os-distribution = "debian" & os-version < "11") &
22+
!(os-distribution = "debian" & os-version >= "11") &
2323
!(os-distribution = "ubuntu" & os-version >= "22.04")}
2424
["clang-dev" "llvm-dev" "clang-static"] {os-distribution = "alpine"}
2525
["clang-devel" "llvm-devel" "llvm-static" "zlib-devel"]
@@ -41,7 +41,7 @@ x-ci-accept-failures: [
4141
"opensuse-15.3" # unavailable system package 'llvm-clang-devel'
4242
]
4343
extra-files: [[
44-
"configure.sh" "sha512=e94dc4cf5eff11f0b845b03dd7995714d819b2f55f0a0ae387d266c49a2f8d3602cb311c980587daf17b5767498fbff8ab20f66bd1427bf45aff74620bef515c"
44+
"configure.sh" "sha512=fe42feb01df29147397d9b29afd1da118ad9e7959fb1284e141edd6555b9eaea2a08b55ef400553208cd14ac214b44c131cad7b9e0a93bd5da7548abbf374a32"
4545
]]
4646
synopsis: "Virtual package relying on the installation of llvm and clang libraries (<= 15.0.x)"
4747
flags: conf

0 commit comments

Comments
 (0)