muslrust icon indicating copy to clipboard operation
muslrust copied to clipboard

Docker environment for building musl based static linux rust binaries

Results 25 muslrust issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...