Skip to content

Commit

Permalink
use --with-compiler flag only with IOG libsodium
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Jan 9, 2022
1 parent ab63d10 commit 027ca64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cabal-build-all.sh
Expand Up @@ -46,7 +46,7 @@ fi

echo "Running cabal update to ensure you're on latest dependencies.."
cabal update 2>&1 | tee /tmp/cabal-build.log
cabal configure --with-compiler=ghc-8.10.7 | tee /tmp/cabal-build.log
[[ "$1" != "-l" ]] && cabal configure --with-compiler=ghc-8.10.7 | tee /tmp/cabal-build.log
echo "Building.."
cabal build all 2>&1 | tee /tmp/build.log

Expand Down

0 comments on commit 027ca64

Please sign in to comment.