Skip to content

Embed bios and uefi binaries #1314

Embed bios and uefi binaries

Embed bios and uefi binaries #1314

Triggered via pull request October 28, 2023 05:58
Status Failure
Total duration 7m 14s
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

12 errors and 5 warnings
Test (ubuntu-latest): src/lib.rs#L45
environment variable `BIOS_BOOT_SECTOR_PATH` not defined at compile time
Test (ubuntu-latest): src/lib.rs#L46
environment variable `BIOS_STAGE_2_PATH` not defined at compile time
Test (ubuntu-latest): src/lib.rs#L47
environment variable `BIOS_STAGE_3_PATH` not defined at compile time
Test (ubuntu-latest): src/lib.rs#L48
environment variable `BIOS_STAGE_4_PATH` not defined at compile time
Test (ubuntu-latest): src/lib.rs#L116
failed to resolve: use of undeclared crate or module `mbr`
Test (ubuntu-latest)
Process completed with exit code 101.
Check: src/lib.rs#L44
couldn't read src/: Is a directory (os error 21)
Check: src/lib.rs#L45
couldn't read src/: Is a directory (os error 21)
Check: src/lib.rs#L46
couldn't read src/: Is a directory (os error 21)
Check: src/lib.rs#L47
couldn't read src/: Is a directory (os error 21)
Check: src/lib.rs#L48
couldn't read src/: Is a directory (os error 21)
Check
Process completed with exit code 101.
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