From 23c34c614363acccec9b101a42308cf65d03b5ce Mon Sep 17 00:00:00 2001 From: Alexander Arlt Date: Thu, 14 Mar 2024 16:59:26 +0100 Subject: [PATCH] Test workaround. --- .circleci/parallel_bytecode_report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/parallel_bytecode_report.sh b/.circleci/parallel_bytecode_report.sh index 7fe22c343283..14eaa3719fd7 100755 --- a/.circleci/parallel_bytecode_report.sh +++ b/.circleci/parallel_bytecode_report.sh @@ -45,7 +45,7 @@ echo "Preparing input files" python3 ../scripts/isolate_tests.py ../test/ # FIXME: These cases crash because of https://github.com/ethereum/solidity/issues/13583 -rm ./*_bytecode_too_large_*.sol ./*_combined_too_large_*.sol +rm ./*_bytecode_too_large_*.sol ./*_combined_too_large_*.sol ./*_initcode_too_large_*.sol if [[ $binary_type == native || $binary_type == "osx_intel" ]]; then interface=$(echo -e "standard-json\ncli" | circleci tests split)