From 8f7c339868bb8265266ce83d69ae296527de6a07 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 6 Dec 2023 16:30:41 +0100 Subject: [PATCH] test: install script debug - custom buildchain --- scripts/build_nim.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_nim.sh b/scripts/build_nim.sh index 4a39dcdd5..753ec85b1 100644 --- a/scripts/build_nim.sh +++ b/scripts/build_nim.sh @@ -148,6 +148,7 @@ build_nim() { # We will still be able to compile older versions by removing the flag, # which will just waste a bit of CPU + echo "Building with custom buildchain" # Git repos for csources and Nimble if [[ ! -d "$CSOURCES_DIR" ]]; then if git merge-base --is-ancestor $CSOURCES_V2_START_COMMIT $NIM_COMMIT_HASH; then