Skip to content

Commit 3000846

Browse files
committed
perpetual-pools: Use Hardhat 2.8.4 to work around @openzeppelin/hardhat-upgrades's problem with parallel compilation on Hardhat 2.9.0
1 parent 2bcb027 commit 3000846

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/externalTests/perpetual-pools.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ function perpetual_pools_test
6666
force_hardhat_unlimited_contract_size "$config_file" "$config_var"
6767
yarn install
6868

69+
# The project depends on @openzeppelin/hardhat-upgrades, which is currently not prepared
70+
# for the parallel compilation introduced in Hardhat 2.9.0.
71+
# TODO: Remove when https://github.com/OpenZeppelin/openzeppelin-upgrades/issues/528 is fixed.
72+
73+
6974
replace_version_pragmas
7075

7176
for preset in $SELECTED_PRESETS; do

0 commit comments

Comments
 (0)