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

[WIP] rust: set _bootstrapping=no for all architectures #16207

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 3, 2024

  1. rust: update to 1.78.0

    filnet committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e377811 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. rust: set _bootstrapping=no for all architectures (not just aarch64)

    when _bootstrapping=no, the rust build is configured to use the local rust for stage 0.
    stage 0 will use the installed MSYS2 rust (must be the latest version...).
    
    when _bootstrapping=yes, the build is configured to download and extract the previous rust version.
    in this case, the official rust build will be used which kind of defeats the point (?)
    filnet committed May 4, 2024
    Configuration menu
    Copy the full SHA
    db6ae1b View commit details
    Browse the repository at this point in the history