paritytech / extended-parachain-template

Node template to build parachains with all the required pallets. Slightly opinionated based on what majority of parachain teams are using.
The Unlicense
27 stars 19 forks source link

Update GH actions #34

Closed weezy20 closed 1 year ago

weezy20 commented 1 year ago

Problem: We are running out of diskspace by the time the GH actions reaches the Ensure Benchmarking Compiles step. This is annoying as we have limited disk space and running each step without caching build artifacts can take up too much time.

Solution: Not an ideal solution, but we add a cargo clean between builds.