adafruit / circuitpython-build-tools

Build scripts for CircuitPython libraries and the bundle
MIT License
28 stars 18 forks source link

Compress our zips #109

Closed jepler closed 8 months ago

jepler commented 8 months ago

This saves ~50% on regular bundles and will save ~85% on the font bundle.

This also changes how the fetch is done (from shallow to blobless) so that we're sure to have tags. I noticed during builds in my branch that CI warned about missing tags.