Skip to content

Commit

Permalink
Test workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarlt committed Apr 10, 2024
1 parent 1a04467 commit e983c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/parallel_bytecode_report.sh
Expand Up @@ -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)
Expand Down

0 comments on commit e983c75

Please sign in to comment.