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

Remove use of build-std #16

Merged
merged 1 commit into from
May 26, 2024
Merged

Remove use of build-std #16

merged 1 commit into from
May 26, 2024

Commits on May 26, 2024

  1. Remove use of build-std

    x86_64-unknown-uefi is a tier 2 supported target [1] that provides core
    and alloc (with redox_uefi providing the allocator). Nightly compiler
    options for building them are not needed.
    
    [1]: https://doc.rust-lang.org/1.78.0/rustc/platform-support/unknown-uefi.html
    
    Signed-off-by: Tim Crawford <tcrawford@system76.com>
    crawfxrd committed May 26, 2024
    Configuration menu
    Copy the full SHA
    244361b View commit details
    Browse the repository at this point in the history