gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
426 stars 116 forks source link

Use LLVM Snapshot in CI #269

Open hmelder opened 6 months ago

hmelder commented 6 months ago

https://apt.llvm.org/ provides a development snapshot. It might be good to have one CI run using this snapshot build.

davidchisnall commented 6 months ago

It’s probably worth running that as a nightly or weekly job, to see if any LLVM changes broke things. That hasn’t happened for a few years, but it remains possible.

hmelder commented 6 months ago

Should we run this on x86 only or also on the cross builds?

davidchisnall commented 5 months ago

The cross builds probably don't add very much extra overhead.