CI: Workaround for some test cases crashing the compiler via IR during bytecode comparison due to a regex-related bug

This commit is contained in:
Kamil Śliwak 2023-06-20 16:38:48 +02:00
parent ae3b7625c9
commit 23955ba428

View File

@ -44,6 +44,9 @@ cd test-cases/
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
if [[ $binary_type == native ]]; then
interface=$(echo -e "standard-json\ncli" | circleci tests split)
echo "Selected interface: ${interface}"