From 726e855384bf686b192f9d4b1c4cb0e9d006d414 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Tue, 23 Oct 2018 15:29:58 +0800 Subject: Change BLS to dexon-foundation (#245) --- bin/install_dkg_dep.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/install_dkg_dep.sh b/bin/install_dkg_dep.sh index 40ae2be..b426711 100755 --- a/bin/install_dkg_dep.sh +++ b/bin/install_dkg_dep.sh @@ -7,14 +7,12 @@ fi if [ ! -d .dep/dkg ]; then mkdir -p .dep/dkg cd .dep/dkg - git clone --depth 1 git://github.com/herumi/xbyak.git & - git clone --depth 1 git://github.com/herumi/cybozulib.git & - git clone --depth 1 --single-branch -b dev git://github.com/Spiderpowa/bls.git & - git clone --depth 1 git://github.com/herumi/mcl.git & + git clone --depth 1 --single-branch -b dev git://github.com/dexon-foundation/bls.git & + git clone --depth 1 git://github.com/dexon-foundation/mcl.git & wait cd bls make test_go -j cd ../../../ fi -cd vendor/github.com/Spiderpowa && rm -rf * +cd vendor/github.com/dexon-foundation && rm -rf bls mcl ln -s ../../../.dep/dkg/* . -- cgit v1.2.3