-
When building on Mac with Apple Silicon the arm64 version of rust-musl-cross is not available:
```
% make
docker run --rm -it -v ~/.cargo/registry:/root/.cargo/registry -v "/Users/k0gen/Dev/hello…
-
## 🐛 Bug description
```
❯ rustup target add x86_64-unknown-linux-musl
info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
❯ brew install filosottile/musl-cross/mus…
-
I need to cross-build a NATIVE compiler for mipsel
setting:
```
TARGET = mipsel-linux-musl
NATIVE = Yes
```
results in error (compiler not found.
I am now copmiling using just `TARGET = mipsel-…
-
Host: macos arm64
Target: aarch64-unknown-linux-musl
when using zigbuild, `cargo zigbuild --target aarch64-unknown-linux-musl` for project that dependes on `rdkafka`, so indirectly uses `krb5`, th…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
This docker-images would ideal to be used in the Docker From step inside a builder, to build mutliplatform images.
```Dockerfile
FROM --platform=$BUILDPLATFORM ghcr.io/rust-cross/rust-musl-cross:aar…
-
related to: https://github.com/SubconsciousCompute/seccomp-pledge/issues/5
```
dora@openwrtbuildpc:~/coderepo/openwrt/seccomp-pledge$ cargo build --release --target mips-unknown-linux-musl
Com…
-
# Bug report
Trying to integrate CPython 3.9.2 under Heads firmware (coreboot+linux payload). This is followup of old integration issue at https://github.com/osresearch/heads/issues/689
CPyth…
-
Hello, I've written a simple Rust library and compiled it for several targets. I found that it compiles successfully on x86_64-unknown-linux-gnu and x86_64-apple-darwin, both as dynamic and static…
-
You can see CI errors when looking at commit logs on master.
One [example](https://gitlab.com/tlaurion/heads-osresearch/-/pipelines/160935640) of such failing build.
Output:
```
Skipping Git s…