We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e40cd8 commit 7c84062Copy full SHA for 7c84062
tests/test_coreboot.sh
@@ -16,7 +16,7 @@ git clone --branch "${VERIFICATION_TEST_COREBOOT_VERSION}" --depth 1 https://rev
16
cd coreboot
17
18
# Pull in all submodules
19
-git submodule update --init --recursive --checkout --depth 1
+git submodule update --init --depth 1 3rdparty/vboot
20
21
# Make
22
for PAYLOAD in "${PAYLOADS[@]}"; do
0 commit comments