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

Add support for building bootloaders using -Zbuild-std #62

Merged
merged 2 commits into from
Jul 17, 2020
Merged

Commits on Jul 16, 2020

  1. Add support for building bootloaders using -Zbuild-std

    Bootloaders can opt-in to the new functionality by setting a `package.metadata.bootloader.build-std` key with a comma-separated string of sysroot crates that should be built. For example, a setting of `build-std = "core"` results in the build command `cargo build -Zbuild-std=core`.
    
    If no such key is set, bootimage continues to compile the bootloader using the command `cargo xbuild`.
    phil-opp committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    c3d422a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    d28fe8c View commit details
    Browse the repository at this point in the history