UEFI: Add support for different framebuffer configs on real hardware vs VMs #1263
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Check
4m 45s
Check Formatting
27s
Clippy
2m 41s
Semver Checks
4m 25s
Check spelling
28s
Matrix: Test
Annotations
8 warnings
Clippy:
bios/stage-3/src/main.rs#L33
this argument is a mutable reference, but not used mutably
|
Clippy:
bios/stage-2/src/protected_mode.rs#L112
this argument is a mutable reference, but not used mutably
|
Clippy:
uefi/src/main.rs#L223
this argument is a mutable reference, but not used mutably
|
Check:
build.rs#L1
unused import: `async_process::Command`
|
Check:
build.rs#L4
unused import: `Path`
|
Check:
build.rs#L18
unused variable: `out_dir`
|
Check:
build.rs#L61
unused variable: `out_dir`
|
Check:
build.rs#L5
constant `BOOTLOADER_VERSION` is never used
|