-
After #9. Tried some tests betwen targets (cross-compilation)
## Sources
https://github.com/kassane/anotherBuildStep/tree/main/tests/swift_ffi
## Build
native
```bash
$ ~/Downloads/…
-
## Summary
For Rust, support detection of cross-compilation and list the system libraries used (glibc, musl, linker, compiler, etc).
This may mean [supporting `.cargo/config.toml`](https://doc.r…
-
On systems that use musl libc, the glibc binaries won't run. So it would be convenient, especially for scripts, to have a ldc2 binary built and released with musl libc. This would save anyone that nee…
-
Is it possible to rather than the header files, libraries, and linker to be placed rather than into the target directory in sysroot to the root output directory.
So from this...
```
output
…
ghost updated
2 years 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
Enabling feature "thin" on zstd…
-
TODO:
- [x] Installable host toolchain (https://github.com/rust-lang/rust/pull/58575)
- [x] Rustup support (https://github.com/rust-lang/rustup.rs/pull/1882)
- [x] Tests passing as the host (http…
-
**Describe the bug**
I haven't tested it super thoroughly, but I saw Lambda runs till max timeout even thought it couldn't process anything. One example was sending gz files which I realized not su…
-
### Steps To Reproduce
Steps to reproduce the behavior on aarch64-linux:
1. `nix build nixpkgs#nixStatic -L`
btw `nix build github:nixos/nix#nix-static` works fine.
### Build log
```
[...]
…
-
### 详细叙述
make[5]: Leaving directory '/home/gswangmd/lede/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/linux-5.15.150'
make -C /home/gswangmd/lede/build_dir/target-aarch64_generic_musl/…
-
**Describe the bug**
Cross-source joins fail between sources if the table on either side of the join have the same table name. Tested with SQL Server and SQLite sources.
**To Reproduce**
Origin…