Skip to content

Add support for the UEFI runtime table address #1265

Add support for the UEFI runtime table address

Add support for the UEFI runtime table address #1265

Triggered via pull request October 2, 2023 00:55
Status Cancelled
Total duration 7m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 8 warnings
Test (macos-latest)
Canceling since a higher priority waiting request for 'CI-394' exists
Test (macos-latest)
The operation was canceled.
Test (windows-latest)
Canceling since a higher priority waiting request for 'CI-394' exists
Test (windows-latest)
The operation was canceled.
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#L214
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