From cee37c3fff525ebd5b7e74548779804bfbf3234d Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Thu, 18 Feb 2021 07:58:30 +0100 Subject: [PATCH] common: don't clone blobs manually --- common/download_coreboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/download_coreboot.sh b/common/download_coreboot.sh index 7e06c45..045eb79 100755 --- a/common/download_coreboot.sh +++ b/common/download_coreboot.sh @@ -19,7 +19,7 @@ function gitUpdate() { git submodule update --init --recursive --remote # blobs are ignored from updates. Manually clone to prevent compile errors later from non empty directory cloning - git clone https://github.com/coreboot/blobs.git 3rdparty/blobs/ + # git clone https://github.com/coreboot/blobs.git 3rdparty/blobs/ else cd "$DOCKER_COREBOOT_DIR" || exit git fetch --all --tags --prune