-
Hi, I am trying to cross-compile (crosstool-ng 1.25.0) targeting gcc + musl (for Alpine and for fully static link, since glibc is not fully static).
I am getting this error during the configuratio…
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
I have a project that uses `rdkafka` …
-
Currently, Linux packages are built against either glibc or musl libc libraries.
Building statically against the libc library would have two main benefits:
1. only one Linux package for arch
…
dumol updated
3 weeks ago
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
`cross build --target x86_64-un…
my4ng updated
2 weeks ago
-
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 fo…
-
Note that this target includes both the ELFv1 and ELFv2 ABIs, unlike `powerpc64le-linux` (#21650) which is always ELFv2.
- [x] Standard library support
- [ ] libc is available even when cross-comp…
-
### Introduction
I've been discussing this topic on Zulip with @The-King-of-Toasters (who's doing the actual work) over the past few weeks, but it's gotten to the point where some high-level decisi…
-
Create the release workflow for `revive` compiler.
As artefacts provide:
1. revive-musl version
2. alpine docker
3. ~~revive-glibc version~~
-
Hi, I am wondering how to use this properly with `Swatinem/rust-cache`. The README says
https://github.com/houseabsolute/actions-rust-cross/blob/ad283b2fc65ad1f3a04fb8bf8b2b829aad4a9318/README.md?p…
-
Seeing #17 again on my machine, MacBook Pro M2 Max macOS 14.0 (23A344), so opening a new issue as requested.
Homebrew 4.2.7.
```
% brew install filosottile/musl-cross/musl-cross --without-x86_6…