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
Allow building library with uefi support and without
Using `uefi` feature.
Going all the way to supporting `no_std` is more difficult and not
needed for me right now.
Tested:
- Build and run Linux command
- `cargo build -p framework_tool && sudo target/debug/framework_tool -t`
- `cargo build -p framework_tool && sudo target/debug/framework_tool -v`
- Build just the library
- `cargo build -p framework_lib
- Run library tests
- `cargo test -p framework_lib
- Run clippy
- `cargo clippy -p framework_lib -p framework_tool`
Signed-off-by: Daniel Schaefer <[email protected]>
0 commit comments