Skip to content

Commit

Permalink
remove cabal.project.local after bech32 and cardano-address-cli insta…
Browse files Browse the repository at this point in the history
…ll completes.
  • Loading branch information
TrevorBenson committed Jan 9, 2022
1 parent a4ccadc commit 8266274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/cnode-helper-scripts/cabal-build-all.sh
Expand Up @@ -34,6 +34,8 @@ if [[ "${PWD##*/}" == "cardano-node" ]] || [[ "${PWD##*/}" == "cardano-db-sync"
EOF
chmod 640 cabal.project.local
cabal install bech32 cardano-addresses-cli --overwrite-policy=always 2>&1 | tee /tmp/build-b32-caddr.log
rm -rf cabal.project.local
[[ -f cabal.project.local.swp ]] && mv cabal.project.local.swp cabal.project.local
fi

echo "Running cabal update to ensure you're on latest dependencies.."
Expand Down

0 comments on commit 8266274

Please sign in to comment.