You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.)
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 fromxtask/src/cargo.rs
at that point, and we can also droprust-src
from the list of components installed byrust-toolchain.toml
.The text was updated successfully, but these errors were encountered: