1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/.github
Alan Wu 899c90cf8a
YJIT: Relax minimum Rust version requirement to 1.58.1
We want to make it convenient for people to build YJIT and Rust version 1.58.1
or above is available on 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 that version. We still test against the latest Rust
version in `--enable-yjit=dev` builds through the Rust version available in
GitHub's CI image.

Rust versions older than 1.58.1 might build YJIT today, but we might make
incompatible changes in the future.

Co-authored-by: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
2022-05-29 13:43:02 -04:00
..
codeql Use codeql-config.yml for codeql-action/init 2021-08-02 17:23:18 +09:00
workflows YJIT: Relax minimum Rust version requirement to 1.58.1 2022-05-29 13:43:02 -04:00
CODEOWNERS Rust YJIT 2022-04-27 11:00:22 -04:00
dependabot.yml Added dependabot configuration for actions dependencies 2022-03-24 20:31:57 +09:00
SECURITY.md