You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Docker setup in many CI runs takes in excess of 40 minutes, which means the actual tests get killed half way. Looking at the CI runs, there are a lot of cache misses, for this part of the Dockerfile:
We should try making timeouts more granular to avoid the docker image build killing the tests unfairly - does GitHub support this? @ehildenb looking into this
The Docker setup in many CI runs takes in excess of 40 minutes, which means the actual tests get killed half way. Looking at the CI runs, there are a lot of cache misses, for this part of the Dockerfile:
evm-semantics/.github/workflows/Dockerfile
Lines 22 to 58 in f14d29c
We should have a docker image for evm semantics which has solc and poetry installed and pushed to dockerhub like the base image and Z3 image.
The text was updated successfully, but these errors were encountered: