GaloisInc / cclyzerpp

cclyzer++ is a precise and scalable pointer analysis for LLVM code.
https://galoisinc.github.io/cclyzerpp/
BSD 3-Clause "New" or "Revised" License
134 stars 15 forks source link

ci: Build against nightly LLVM #127

Closed langston-barrett closed 1 year ago

langston-barrett commented 1 year ago

It would be nice to have an (optional/failable) CI job that builds against LLVM nightly so that we can be forewarned of upcoming changes and amortize the cost of upgrading over time.

langston-barrett commented 1 year ago

It's currently not possible to alllow failure on a job and get a nice green checkmark: https://github.com/actions/runner/issues/2347

Shouldn't be a blocker, though, especially while there's not too many people working on this project...