testing windows build (#2770)

This commit is contained in:
Max Novich
2025-06-04 15:12:44 -07:00
committed by GitHub
parent db975fe4bc
commit a24ee7e170
6 changed files with 90 additions and 96 deletions
+2 -4
View File
@@ -46,10 +46,8 @@ pre-build = [
]
[target.x86_64-pc-windows-gnu]
image = "dockcross/windows-static-x64:latest"
# Enable verbose output for Windows builds
build-std = true
env = { "RUST_LOG" = "debug", "RUST_BACKTRACE" = "1", "CROSS_VERBOSE" = "1" }
image = "ghcr.io/cross-rs/x86_64-pc-windows-gnu:latest"
env = { "RUST_LOG" = "debug", "RUST_BACKTRACE" = "1", "CROSS_VERBOSE" = "1", "PKG_CONFIG_ALLOW_CROSS" = "1" }
pre-build = [
"""\
apt-get update && apt-get install -y \