-
-
Notifications
You must be signed in to change notification settings - Fork 171
workspace: uefi (main library) is in a dedicated directory now #566
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
workspace: uefi (main library) is in a dedicated directory now #566
Conversation
78609ac
to
21209e5
Compare
dbaf01c
to
7c44f0d
Compare
I do not understand why https://github.com/rust-osdev/uefi-rs/actions/runs/3455556833/jobs/5767663192 fails. I'm seeking your advice @nicholasbishop @GabrielMajeri |
7c44f0d
to
a38454f
Compare
As far as I can tell, the issue is in a doctest we have in the I'm not sure why it's showing up right now (changes in the latest nightly?), but I've found that it compiles successfully if we remove the /// ```no_run
/// #![no_main]
/// #![feature(abi_efiapi)]
/// # // A bit of boilerplate needed to make the example compile in the
/// # // context of `cargo test`.
///
/// use uefi::prelude::*;
///
/// #[entry]
/// fn main(image: Handle, st: SystemTable<Boot>) -> Status {
/// Status::SUCCESS
/// }
/// ```
|
Add |
a38454f
to
d5d82f6
Compare
I do not understand why it builds in the CI but no longer locally..
Any idea? |
Are you running |
Very cool! I'm glad we could merge this. |
This implements the ideas discussed in #564.
Checklist