Skip to content

Commit

Permalink
fix: python ci fails on windows because of jemallocator
Browse files Browse the repository at this point in the history
Signed-off-by: qjerome <qjerome@rawsec.lu>
  • Loading branch information
qjerome committed Apr 16, 2024
1 parent 0335915 commit 7b6b973
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion poppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ repository.workspace = true
license.workspace = true
readme.workspace = true

[target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies]
jemallocator = "0.5.4"

[dependencies]
anyhow = "1.0.79"
clap = { version = "4.5.0", features = ["derive"] }
jemallocator = "0.5.4"
thiserror = "1.0.57"
rand = "0.8.5"
wyhash = "0.5.0"
Expand Down

0 comments on commit 7b6b973

Please sign in to comment.