-
### Bug Description
I did not fix my maturin version in a github action that installs maturin. My github action started to fail using maturin v1.7.0 where it was working with v1.6.0. I'm confident …
-
```
Compiling cargo-xwin v0.17.2
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-xwin-0.17.2/src/common.rs:642:40
|
642 | …
namse updated
4 months ago
-
### Problem
On my wsl2 machine, trying to compile my bevy project with ```cargo build --target=x86_64-pc-windows-msvc -Z unstable-options --out-dir=publish --release``` will work up until the linke…
-
Since yesterday cargo-xwin fails with the error message:
`Error: no cab files were referenced by the MSI`
Steps to reproduce:
```
# optional
# rustup update
# cargo install cargo-xwin
car…
-
I've been using rust-embed-resource via `tauri` for quite some time by cross-compiling the Windows version on Linux using `clang-cl` as compiler (cargo `config.toml` snippet below).
```
# Defined …
-
### Bug Description
When trying to cross-compile windows binaries on linux I am receiving the error:
```
💥 maturin failed
Caused by: Failed to build a native library through cargo
Caused by…
btel updated
4 months ago
-
### Describe the bug
Hi everyone, I build cross compile Window app on LinuxOS (Pipeline), rust 1.78.0. I have issue when compile surrealdb-core. Has anyone encountered this before, and if so, how d…
-
Hello there, I would like to know if there is some compiled version of evil-helix on Windows, I have tried to compile it myself but I have failed. (It get link.exe error)
I would appreciate it if s…
-
https://github.com/NamseEnt/namseent/pull/877#issuecomment-2197377127
-
First found in `pydantic-core` CI:
https://github.com/pydantic/pydantic-core/actions/runs/9482594395/job/26127819276?pr=1327#step:7:688
It looks like `xwin` is downloading some build tools for t…