mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
external tests: Update solc-js dependencies after forcefully replacing it
- Otherwise it fails if the external project uses a version that is too old and does not have some newly added dependencies
This commit is contained in:
parent
0c5d3c0cdf
commit
c7b95e385f
@ -135,6 +135,9 @@ function force_solc_truffle_modules
|
|||||||
rm -rf solc
|
rm -rf solc
|
||||||
git clone --depth 1 -b master https://github.com/ethereum/solc-js.git solc
|
git clone --depth 1 -b master https://github.com/ethereum/solc-js.git solc
|
||||||
cp "$1" solc/soljson.js
|
cp "$1" solc/soljson.js
|
||||||
|
|
||||||
|
cd solc
|
||||||
|
npm install
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user