Skip to content

Commit 7c84062

Browse files
committed
fix(docker): coreboot 25.06 test script
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
1 parent 8e40cd8 commit 7c84062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_coreboot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git clone --branch "${VERIFICATION_TEST_COREBOOT_VERSION}" --depth 1 https://rev
1616
cd coreboot
1717

1818
# Pull in all submodules
19-
git submodule update --init --recursive --checkout --depth 1
19+
git submodule update --init --depth 1 3rdparty/vboot
2020

2121
# Make
2222
for PAYLOAD in "${PAYLOADS[@]}"; do

0 commit comments

Comments
 (0)