test: install script debug - custom buildchain

This commit is contained in:
Roman 2023-12-06 16:30:41 +01:00
parent 9593db16ae
commit 8f7c339868
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
1 changed files with 1 additions and 0 deletions

View File

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