-
Apologies if this is the wrong place to post this or if this request is out of left field. Let me know if there's a better place for this or if I'm just crazy :).
As noted in https://www.tweag.io/…
-
`.github/workflows/release.yml`
```
build-rust-cross:
timeout-minutes: 10
name: build rust cross - ${{ matrix.platform.release_for }}
strategy:
matrix:
platform:…
-
## Steps to reproduce
```
rustup target add x86_64-unknown-linux-musl
sudo apt install musl-tools
git clone git@github.com:aldanor/hdf5-rust.git --recurse
cd hdf5-rust
RUSTFLAGS="--codegen tar…
-
macOS:14.4
Linux的C/C++交叉编译工具:FiloSottile/musl-cross/musl-cross
taos-client:TDengine-client-3.2.1.0-macOS-x64
编译指令:CGO_ENABLED=1 CC="x86_64-linux-musl-gcc" CGO_CFLAGS=-I/usr/local/include GOOS=lin…
-
-
Hello @ryanabx. Very interesting project! In fact, I have wondered for a long time whether writing an AppImage runtime in Rust would be a) feasible and b) beneficial. Unfortunately, I have never done …
-
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
1 month ago
-
I am trying a cross compilation (`-DLLVM_HOST_TRIPLE=x86_64-linux-musl`). It seems that shared object links (e.g. `lib/LLVMHello.so`, `unittests/Support/DynamicLibrary/PipSqueak.so`) do not respect `C…
-
### 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
Martin project uses cross to bu…
-
When cross-compiling a project using the `python3` dependency (e.g. `py3_dep = dependency('python3', required : get_option('pycamera'))`), meson incorrectly uses the Python headers from the host if th…