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, build-std-features #42

Merged
merged 1 commit into from
May 26, 2024
Merged

Conversation

crawfxrd
Copy link
Member

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.

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 crawfxrd requested review from a team May 26, 2024 16:04
@jackpot51 jackpot51 merged commit 310ad37 into master May 26, 2024
1 check passed
@jackpot51 jackpot51 deleted the compiler-opts branch May 26, 2024 17:13
@ilikenwf
Copy link

ilikenwf commented Dec 31, 2024

This breaks the build for me on arch @crawfxrd ...I tried downloading the target, but no dice.

error[E0463]: can't find crate for core| = note: thex86_64-unknown-uefitarget may not be installed = help: consider downloading the target withrustup target add x86_64-unknown-uefi

I'm not really a rust guy but I've done my utmost.

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.

3 participants