summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/boot/1858814
blob: 48edc10127d6e5610f3780c0c1e3b86a57c622cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'make -C roms efi' does not update edk2 submodules

On a fresh clone, 'make -C roms efi' fails because submodule is not initialized [1]:

/builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf(-1): error 000E: File/directory not found in workspace
/builds/philmd/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/e_os.h
- Failed -

Laszlo suggested [2] it is possibly a regression from commit f3e330e3c319:
"roms/Makefile.edk2: don't pull in submodules when building from tarball"

[1] https://gitlab.com/philmd/qemu/-/jobs/395644357#L436
[2] https://<email address hidden>/msg668929.html