-
After #16, I've been looking to deploy the `sql-studio` binary alongside a static Go binary in an Alpine container, when I noticed that the binary does not run:
```
ERRO An error occured with sql-…
-
The currently min supported musl version for the x86_64-unknown-linux-musl target is 1.2.3. The statx syscall is used to determine the file creation time. statx wasn't added to musl until version 1.2.…
-
Create the release workflow for `revive` compiler.
As artefacts provide:
1. revive-musl version
2. alpine docker
3. ~~revive-glibc version~~
-
Target triples are generally `arch-vendor-os-env` (with lots of exceptions), but the `mips64-openwrt-linux-musl` target (added in https://github.com/rust-lang/rust/pull/92300) seems to be confused abo…
-
Hi there. Do you plan to support `loongarch64` ? Since openssl already support this arch.
Toolchain: https://github.com/musl-cross/musl-cross/releases/download/20241103/loongarch64-unknown-linux-mu…
-
Are you interested in non-musl implementations, especially `f32` functions faster on modern architectures? I am writing math functions in Rust from scratch, based on my own research since 2017:
htt…
jdh8 updated
2 months ago
-
I found a way to build against a downloaded stdlib in Docker for the MacOS and Windows reproducible builds.
The Guix reproducible build of Linux binaries unfortunately links against a somewhat rece…
-
### Describe the feature
building a project using the SDK with `swift build --swift-sdk aarch64-swift-linux-musl` will fail because `aws-crt-swift/aws-common-runtime/aws-c-common/source/posix/system_…
-
When installing on a system with
-
### Problem
The current build process for `corpora_cli/main.py` does not produce standalone static binaries, which is necessary for ensuring portability and ease of deployment across different environ…