Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YJIT: Reduce Rust version requirement to 1.58.1
We want to make it convenient for people to build YJIT and >=1.58.1 is available on the Ubuntu Jammy, Debian testing, and Fedora 36 through the usual package manager on those systems. This saves the need to install `rustup` for some people. Our code is already 1.58.1 compatible so this commit simply tweaks CI to make sure that we keep supporting the version. We still test against the latest Rust version in `--enable-yjit=dev` builds through the Rust version available in GitHub's CI image. Co-authored-by: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
- Loading branch information