test: install script debug
This commit is contained in:
parent
82479ef6bf
commit
9593db16ae
|
@ -61,6 +61,8 @@ nim_needs_rebuilding() {
|
||||||
REBUILD=0
|
REBUILD=0
|
||||||
NO_REBUILD=1
|
NO_REBUILD=1
|
||||||
|
|
||||||
|
echo "Nim is being rebuilt..."
|
||||||
|
|
||||||
if [[ ! -e "$NIM_DIR" ]]; then
|
if [[ ! -e "$NIM_DIR" ]]; then
|
||||||
# Shallow clone, optimised for the default NIM_COMMIT value.
|
# Shallow clone, optimised for the default NIM_COMMIT value.
|
||||||
git clone -q --depth=1 https://github.com/status-im/Nim.git "$NIM_DIR"
|
git clone -q --depth=1 https://github.com/status-im/Nim.git "$NIM_DIR"
|
||||||
|
|
Loading…
Reference in New Issue