You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: switch to ubuntu 22.04 + KyleMayes/install-llvm-action
Vendored z3 4.16 needs C++20. Ubuntu 20.04's gcc-9 is missing <span>
and macOS's Apple Clang chokes on z3's templates. Install LLVM 18
via KyleMayes/install-llvm-action and route cc-rs / cmake through it
(CC=clang, CXX=clang++). Skip the action on Windows where MSVC builds
z3 fine. Drop the now-unneeded git-core PPA and libclang-dev/llvm-dev
apt packages; 22.04 ships git 2.34+ which doesn't have the
sparse-checkout bug.
0 commit comments