googlefonts / fontc

Where in we pursue oxidizing (context: https://github.com/googlefonts/oxidize) fontmake.
Apache License 2.0
85 stars 14 forks source link

[crater] Compute and store 'hash' of python packages #1075

Closed cmyr closed 4 weeks ago

cmyr commented 4 weeks ago

This is a coarse way of determining whether or not any python packages have been modified, which we can use for invalidating a potential cache.

Also adds a env var to force CI to rerun, which is something I often want during development.

rsheeter commented 4 weeks ago

Also adds a env var to force CI to rerun, which is something I often want during development.

Google generally favors flags to environment variables. I recommend we do the same.