Skip to content

Commit a55c6bf

Browse files
committed
Upgrade libblst version
Older versions seem to be problematic to compile with newer clang versions, upgrading seems a good idea: https://github.com/input-output-hk/iohk-nix/pull/595/files
1 parent b42e579 commit a55c6bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install-libblst.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ IOHKNIX_VERSION=$(curl -L https://raw.githubusercontent.com/IntersectMBO/cardano
1010
BLST_VERSION=$(curl https://raw.githubusercontent.com/input-output-hk/iohk-nix/$IOHKNIX_VERSION/flake.lock | jq -r '.nodes.blst.original.ref')
1111
echo "Using blst version: ${BLST_VERSION}"
1212

13-
: ${BLST_VERSION:='v0.3.11'}
13+
: ${BLST_VERSION:='v0.3.14'}
1414
[[ -d blst ]] || git clone --depth 1 --branch ${BLST_VERSION} https://github.com/supranational/blst
1515
cd blst
1616
./build.sh

0 commit comments

Comments
 (0)