Bruno Haible <br...@clisp.org> writes: > There are clang+llvm binaries for 18.1.x [1] for x86_64-linux-gnu-ubuntu, > which is perfect for the CI machines (that are currently equipped with > Ubuntu 22.04). For other glibc platforms, I would build clang+llvm from > source. For *BSD platforms, I would wait on their "port".
Sounds good. Though my machine always ran out of memory when compiling LLVM unless I did 'ninja -j 1' so be careful. My system might just be showing its age though. Also, I just realized I had notifications for GitHub Actions turned off. I turned them on so I should see failures when they happen. Collin