edgedb / edgedb-pkg

EdgeDB Release Packaging Toolkit
1 stars 2 forks source link

Find a way to use ccache in build actions #9

Open elprans opened 4 years ago

elprans commented 4 years ago

We compile quite a bit of C/C++ code repeatedly when producing productions packages. Integrating ccache has a potential to speed up builds considerably!

See [1] for an example.

tailhook commented 4 years ago

Also take a look at sccache. Kinda same thing but with cloud storage and additional rust support (which might help speed up builds too).