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

Make bootloader buildable with -Zbuild-std #125

Merged
merged 1 commit into from
Jul 17, 2020
Merged

Make bootloader buildable with -Zbuild-std #125

merged 1 commit into from
Jul 17, 2020

Conversation

phil-opp
Copy link
Member

@phil-opp phil-opp commented Jul 17, 2020

This switches the bootloader build from cargo-xbuild to cargo build -Zbuild-std=core. It uses the new package.metadata.bootloader.build-std key of version 0.8.1 of bootimage for that.

This change is non-breaking since the bootloader continues to be buildable with cargo-xbuild.

Requires the latest bootimage version to parse the `package.metadata.bootloader.build-std` key.
@phil-opp phil-opp merged commit 64e36dd into master Jul 17, 2020
@phil-opp phil-opp deleted the Zbuild-std branch July 17, 2020 07:39
phil-opp added a commit that referenced this pull request Jul 17, 2020
@phil-opp
Copy link
Member Author

Published as v0.9.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant