mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
efi_loader: Disable efi selftest on sandbox for now
The EFI selftest does not succeed on Sandbox yet. The network support seems to need some love to actually make our current tests succeed. So let's disable running the selftest on sandbox for now until "make tests" just works. Then we can have more amazing CI than ever. Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
3170db63c4
commit
a729eb34e3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
config CMD_BOOTEFI_SELFTEST
|
||||
bool "Allow booting an EFI efi_selftest"
|
||||
depends on CMD_BOOTEFI
|
||||
depends on CMD_BOOTEFI && !SANDBOX
|
||||
imply FAT
|
||||
imply FAT_WRITE
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue