mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
perpetual-pools: Use Hardhat 2.8.4 to work around @openzeppelin/hardhat-upgrades's problem with parallel compilation on Hardhat 2.9.0
This commit is contained in:
parent
2bcb027533
commit
30008465bf
@ -66,6 +66,11 @@ function perpetual_pools_test
|
||||
force_hardhat_unlimited_contract_size "$config_file" "$config_var"
|
||||
yarn install
|
||||
|
||||
# The project depends on @openzeppelin/hardhat-upgrades, which is currently not prepared
|
||||
# for the parallel compilation introduced in Hardhat 2.9.0.
|
||||
# TODO: Remove when https://github.com/OpenZeppelin/openzeppelin-upgrades/issues/528 is fixed.
|
||||
yarn add hardhat@2.8.4
|
||||
|
||||
replace_version_pragmas
|
||||
|
||||
for preset in $SELECTED_PRESETS; do
|
||||
|
Loading…
Reference in New Issue
Block a user