-
## Description
Libsodium-sys dependency is used by Stronghold-runtime for [memcpy](https://github.com/iotaledger/stronghold.rs/blob/dev/engine/runtime/src/types/const_eq.rs), [memzero](https://gith…
-
When trying to build for windows on a linux host, mimalloc fails to link with the following error:
```
= note: lld-link: error: undefined symbol: __movsb
>>> referenced by /src/mimalloc…
s1341 updated
6 months ago
-
Since today, our previously working workflows timeout without any output: https://github.com/astral-sh/uv/actions/runs/11329544632/job/31505329690?pr=8176
Locally, the exact command continues to wo…
-
## Bevy version
0.12
## Relevant system information
Rust version: `cargo 1.73.0 (9c4383fb5 2023-08-26)`
Operating system:
```
5.15.90.1-microsoft-standard-WSL2 GNU/Linux
Description: …
-
Right now clang's `--sysroot` argument doesnt do anything on Windows targets. I am cross compiling Windows applications from Linux (using Windows headers and libraries downloaded using [xwin](https://…
-
See: https://github.com/astral-sh/puffin/actions/runs/7673412766 (failure to build `libgit2`).
See: https://github.com/astral-sh/puffin/actions/runs/7673603363 (failure to build `libgit2`, even aft…
-
I am using [cargo-xwin](https://github.com/rust-cross/cargo-xwin) to cross-compile my project from Linux using the MSVC toolchain.
I was able to make it work with a symlink for `rc.exe` to the LLVM…
-
Thanks for this handy tool, I am using the following script to build
```bash
docker run --rm -it \
-e XWIN_ARCH=x86_64 \
-e XWIN_CACHE_DIR=/io/.cache \
-v /tmp/.cargo:/usr/local/cargo/reg…
-
Example `.cargo/config`:
```toml
[target.'cfg(any(target_arch="arm", target_arch="aarch64"))']
rustflags = ["-C", "target-feature=+neon"]
[build]
rustflags = ["-W", "unused-extern-crates"]
`…
-
After https://github.com/napi-rs/napi-rs/pull/1074 lands we could reuse code from [cargo-zigbuild](https://github.com/messense/cargo-zigbuild) (I've changed it to a library crate with a binary target)…