ldc icon indicating copy to clipboard operation
ldc copied to clipboard

Add LLVM 15 (Vanilla) CI Job

Open thewilsonator opened this issue 3 years ago • 1 comments

This is expected to fail for the time being, but we're almost there!

fixes #4042

thewilsonator avatar Sep 23 '22 09:09 thewilsonator

curl -fL --retry 3 --max-time 300 -o llvm.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.0/clang+llvm-15.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz

gives 404, and https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.0 indeed seems to not have that combination, neither does 15.0.1.

thewilsonator avatar Sep 23 '22 12:09 thewilsonator

The last few LLVM releases don't seem to have an ubuntu target built, but some oddball architectures like PowerPC and MIPS are present. It's a bit strange.

If you happen to find out why, I'd love to know too.

GavinRay97 avatar Sep 24 '22 03:09 GavinRay97

superseded by #4257

thewilsonator avatar Nov 16 '22 01:11 thewilsonator