build: don't use jemalloc on any Windows-family targets (#1254)
Some checks failed
Benchmark baseline / Continuous Benchmarking with Bencher (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Test site build (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build source distribution (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (manylinux) (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (musllinux) (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Windows wheels (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (push) Has been cancelled
Deploy zizmor documentation site 🌐 / Deploy zizmor documentation to GitHub Pages 🌐 (push) Has been cancelled
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Release (push) Has been cancelled
CI / All tests pass (push) Has been cancelled

This commit is contained in:
William Woodruff 2025-10-15 00:32:14 -04:00 committed by GitHub
parent eeac63b339
commit fa5eccbed4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ tree-sitter-powershell.workspace = true
yamlpath.workspace = true
yamlpatch.workspace = true
[target.'cfg(not(target_env = "msvc"))'.dependencies]
[target.'cfg(not(target_family = "windows"))'.dependencies]
tikv-jemallocator.workspace = true
[build-dependencies]

View file

@ -46,7 +46,7 @@ mod state;
mod utils;
#[cfg(all(
not(target_env = "msvc"),
not(target_family = "windows"),
any(
target_arch = "x86_64",
target_arch = "aarch64",