object-introspection icon indicating copy to clipboard operation
object-introspection copied to clipboard

CI should build with clang-15

Open JakeHillion opened this issue 2 years ago • 0 comments

#342 updated the clang/llvm toolchain used by OID to compile from 12 to 15. Currently OID is still built with clang-12 even though it uses the clang-15 libraries, because the integration tests fail when compiled with clang-15. This should be fixed in the CI and to cause less confusion for external users.

JakeHillion avatar Sep 13 '23 12:09 JakeHillion