Skip to content

Remove use of -Zbuild-std if and when the UEFI targets become tier-2 #504

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

Closed
nicholasbishop opened this issue Sep 5, 2022 · 1 comment · Fixed by #555
Closed

Remove use of -Zbuild-std if and when the UEFI targets become tier-2 #504

nicholasbishop opened this issue Sep 5, 2022 · 1 comment · Fixed by #555
Assignees

Comments

@nicholasbishop
Copy link
Member

As mentioned in #502 (comment), we should remember to remove use of -Zbuild-std when official builds of the UEFI targets become available.

The -Zbuild-std flags can be removed from xtask/src/cargo.rs at that point, and we can also drop rust-src from the list of components installed by rust-toolchain.toml.

@nicholasbishop
Copy link
Member Author

From #502 (comment):

We should also add a targets field in rust-toolchain.toml listing all the required targets. (This isn't very well documented in https://rust-lang.github.io/rustup/overrides.html as yet. Note that this is different from .cargo/config.toml's target field.)

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 a pull request may close this issue.

1 participant