From daf88f856fa17f31cddb16d589220418e0d66739 Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Thu, 10 Oct 2019 18:08:34 -0300 Subject: [PATCH] No soportado por BFA. Proba el docker que tiene solc. --- bin/installsolc.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 bin/installsolc.sh diff --git a/bin/installsolc.sh b/bin/installsolc.sh deleted file mode 100755 index e62c807..0000000 --- a/bin/installsolc.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash - -trap "exit 1" ERR -set -x - -source ${BFAHOME}/lib/versions - -test -d ~/new || mkdir ~/new -cd ~/new -if [ -d "solidity" ] -then - cd solidity - git checkout develop - git pull -else - git clone --recursive https://github.com/ethereum/solidity.git - cd solidity -fi -git checkout ${solidity_tag} - -scripts/install_deps.sh - -mkdir -p build -cd build -cmake .. -DUSE_Z3=OFF -make solc -install --owner=bfa --target-directory=$( echo ~bfa )/bin solc/solc -- GitLab