Browse Source

common: don't clone blobs manually

pull/165/merge
Martin Kepplinger 3 years ago
parent
commit
cee37c3fff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/download_coreboot.sh

+ 1
- 1
common/download_coreboot.sh View File

@ -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


Loading…
Cancel
Save