muslrust
muslrust copied to clipboard
Docker environment for building musl based static linux rust binaries
Hey there, I want to build an image with musl for smaller image sizes, which is needed for my use case. I am not a professional in musl, but I...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @crazy-max in docker/build-push-action#1120 Bump @docker/actions-toolkit from 0.24.0 to 0.26.0...
Adds the relevant piece of information regarding the famous musl-g++ problem with some projects, to help other users.
Hi, I'm trying to build [my project](https://github.com/ilteoood/nmt), using the following command: ``` docker build --platform linux/amd64 -t ilteoood/nmt . ``` But unfortunately I have the following error: ``` 19.78 error:...
Response to: https://github.com/clux/muslrust/issues/153 why don't you just use [rustls-openssl](https://github.com/tofay/rustls-openssl?tab=readme-ov-file) instead of entirely removing openssl? There are some projects like [rdkafka](https://crates.io/crates/rdkafka) that use openssl but don't use rustls since it's a...
I use this image to build a project with sqlx with sqlite. For linux/amd64 it just works as expected, however using linux/arm64 it is not. Could it be this line?...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. Release notes Sourced from actions/download-artifact's releases. v6.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...
current arm builds still take 37m despite ditching pq,curl,openssl. try out [gh's arm runners](https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/) i.e. [these images](https://github.com/actions/partner-runner-images?tab=readme-ov-file#available-images) to see if there's a way to make this less dumb.