zksync-era
zksync-era copied to clipboard
feat: Smaller zk_environment image
What ❔
- Reduced uncompressed size from 7.5GB to 4.81 GB.
- Changes to make zk_environment image smaller
- compile solc with release mode
- remove unnecessary components from google cli
- build things first, and then only copy the artifacts.
Why ❔
- This image is used on ALL of our CI builds - so reducing its size will speed up the CIs.