File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/conf-libclang/conf-libclang.15 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 127127 exit 0
128128done
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."
131131exit 1
Original file line number Diff line number Diff 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]
4343extra-files: [[
44- "configure.sh" "sha512=e94dc4cf5eff11f0b845b03dd7995714d819b2f55f0a0ae387d266c49a2f8d3602cb311c980587daf17b5767498fbff8ab20f66bd1427bf45aff74620bef515c "
44+ "configure.sh" "sha512=fe42feb01df29147397d9b29afd1da118ad9e7959fb1284e141edd6555b9eaea2a08b55ef400553208cd14ac214b44c131cad7b9e0a93bd5da7548abbf374a32 "
4545]]
4646synopsis: "Virtual package relying on the installation of llvm and clang libraries (<= 15.0.x)"
4747flags: conf
You can’t perform that action at this time.
0 commit comments