dimo414 / bkt

a subprocess caching utility, available as a command line binary and a Rust library.
https://www.bkt.rs
MIT License
241 stars 13 forks source link

CD: add linux musl builds #21

Closed jqlin closed 1 year ago

jqlin commented 1 year ago

A statically linked version of bkt is useful as glibc (or new enough version of glibc) may not be available.

dimo414 commented 1 year ago

Thanks! CI looks good so this is fine by me.