-
Once all these items are complete, we can say that Zig has Tier 1 support for 64-bit RISC-V Linux.
* [x] make sure we can build-exe with `-target riscv64-linux-gnu`
* [x] make sure we can build-…
-
I want to cross compile to target:
aarch64-unknown-linux-**musl**
But using when a follow the get started tutorial and do a build with:
nix build .#aarch64-linux.dev.hello-flakebox a get a fil…
-
Hi :-)
Has anyone seen anything like this before when cross-compiling on an M1 Mac?
This cross-compile configuration works successfully for a variety of other crates, however this is the first c…
-
```
Checking multilib configuration for libgcc...
# If this is the top-level multilib, build all the other
# multilibs.
Mode = sf\|df
Suffix = si\|2\|3
/Users/alex/musl-cross-make/build/local/mi…
-
I tried this code:
`src/main.rs`
```rust
fn main() {}
```
`Cargo.toml`
```toml
[package]
name = "what"
version = "0.1.0"
edition = "2021"
[dependencies]
[profile.release]
pani…
-
When building under MSYS2, it gets somewhat far, but hits a failure when trying to do something with `config.sub`:
```
mkdir -p sources
mkdir -p sources/musl-1.2.4.tar.gz.tmp
cd sources/musl-1.2…
xobs updated
11 months ago
-
We're not running invariance tests on `alpine` due to problems with (`pip`) installing RDKit (https://github.com/IUPAC-InChI/InChI/blob/261682f1c3f4d45d6f159ae6d9bd259699ab18f8/.github/workflows/ci.ym…
-
```
Tapping marioschwalbe/gcc-musl-cross
Cloning into '/usr/local/Homebrew/Library/Taps/marioschwalbe/homebrew-gcc-musl-cross'...
Username for 'https://github.com':
```
Did you change the name…
-
### 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
```
/usr/local/bin/../lib/gcc/…
-
## Summary
Static build support appears to be a bit broken?
While troubleshooting a bug encountered from a downstream project, I discovered it was related to `hickory-dns` when enabling the `dns…