Embed bios and uefi binaries #1316
ci.yml
on: pull_request
Check
3m 42s
Check Formatting
25s
Clippy
1m 57s
Semver Checks
3m 7s
Check spelling
22s
Matrix: Test
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
|