hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
273 stars 19 forks source link

chore(CI): use musl for 32-bit builds #86

Closed hawkw closed 1 year ago

hawkw commented 1 year ago

This commit changes the 32-bit CI builds to use a musl toolchain rather than glibc, so that CI can stop complaining that there's no 32-bit glibc.