Skip to content

Commit

Permalink
Unbreak Windows CI builds
Browse files Browse the repository at this point in the history
The 12.13.x releases of symbolic-demangle result in broken Windows
builds. Until that is fixed upstream, make sure that we use a lower
version.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o committed Jan 10, 2025
1 parent 225f3ef commit 5d8814c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ xz2 = {version = "0.1.7", optional = true}
zip = {version = "2.0.0", optional = true, default-features = false}
zstd = {version = "0.13.1", default-features = false, optional = true}

[target.'cfg(target_os = "windows")'.build-dependencies]
# Broken Windows builds.
_symbolic_demangle_lowered = {package = "symbolic-demangle", version = "<12.13.0"}

[dependencies]
# TODO: Enable `zstd` feature once toolchain support for it is more
# widespread (enabled by default in `ld`). Remove conditionals in
Expand Down

0 comments on commit 5d8814c

Please sign in to comment.