mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-07 04:04:33 +00:00
process_lfs.sh: proper error message when git-lfs
is missing
(and bump 2 submodules)
This commit is contained in:
parent
dfdea91813
commit
59fa03be89
@ -37,6 +37,7 @@ which xz &>/dev/null && { DECOMPRESS_XZ="xz -d -c -T 0"; COMPRESS_XZ="xz -c -T 0
|
||||
|
||||
download_lfs_files() {
|
||||
echo -e "$BUILD_MSG"
|
||||
which git-lfs &>/dev/null || { echo "Error: 'git-lfs' not found. Please install the corresponding package."; exit 1; }
|
||||
[[ "$V" == "0" ]] && exec &>/dev/null
|
||||
|
||||
pushd "${SUBREPO_DIR}"
|
||||
|
2
vendor/nim-libp2p
vendored
2
vendor/nim-libp2p
vendored
@ -1 +1 @@
|
||||
Subproject commit 0df2f05bfcc07409ac99c3cbe8cef3cad20aad6d
|
||||
Subproject commit b6a5096513fffbcf86658da8e92bef83a91d727a
|
2
vendor/nimbus-build-system
vendored
2
vendor/nimbus-build-system
vendored
@ -1 +1 @@
|
||||
Subproject commit e359e17445c0fb868620c58d8bab436b45d935ca
|
||||
Subproject commit cc71f1524399813f1de0af3dca95f2f3193f9c82
|
Loading…
x
Reference in New Issue
Block a user