Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust 1.66.0 #1597

Merged
merged 2 commits into from
Jan 11, 2023
Merged

Rust 1.66.0 #1597

merged 2 commits into from
Jan 11, 2023

Commits on Dec 26, 2022

  1. config: add rustc-1.66 build environment

    Rust 1.66.0 will be the next version supported by the kernel [1].
    
    Therefore, add `rustc-1.66` as a new build environment alongside
    `rustc-1.62` (which can be removed later on when the new version
    hits mainline).
    
    Link: Rust-for-Linux/linux#947 [1]
    Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
    ojeda committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    abc71bd View commit details
    Browse the repository at this point in the history
  2. build-configs.yaml: upgrade rust-for-linux_rust to rustc-1.66

    The `rust` branch of `rust-for-linux` is moving to Rust 1.66.0 [1],
    therefore, use the new build environment for it.
    
    Link: Rust-for-Linux/linux#947 [1]
    Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
    ojeda committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    10fdc2e View commit details
    Browse the repository at this point in the history