clux / muslrust

Docker environment for building musl based static linux rust binaries
MIT License
965 stars 88 forks source link

add missing tags #140

Closed eranrund closed 8 months ago

eranrund commented 8 months ago

I noticed stable got released to docker again today and upon further investigation it looks like this tag was missing.

clux commented 8 months ago

thanks!

eranrund commented 8 months ago

Any idea whats up with the test failures? Some dependency got updated and broke the build?

clux commented 8 months ago

ah, it was a legit run now :facepalm:

uhh. yeah, that looks like a dep upgrade snuck in and broke the tests. this stuff used to happen a few years ago, but then i just never upgraded the test deps for ages and it stopped. maybe should commit some lockfiles into the tests :upside_down_face:

clux commented 8 months ago

pinned rustls to previous version in https://github.com/clux/muslrust/commit/a45ff991b9e920d2607708612bd5060e19a1bc7b hopefully fixes next build (fixed it locally)

eranrund commented 8 months ago

thank you!