banach-space / llvm-tutor

A collection of out-of-tree LLVM passes for teaching and learning
MIT License
2.95k stars 393 forks source link

Update CI fedora version to install llvm-16 #90

Closed khei4 closed 1 year ago

khei4 commented 1 year ago

Fedora and Arch failed to install llvm-16 https://github.com/banach-space/llvm-tutor/actions/runs/5228927774/jobs/9478775929.

It seems like arch linux package doesn't have llvm-16. https://archlinux.org/packages/?sort=&q=llvm&maintainer=&flagged=

But updating the version for Fedora solves the fedora problem.

banach-space commented 1 year ago

Thank you for sending this!