Skip to content

Commit 1541a33

Browse files
authored
attempt to fix stress test CI by pinning libc (#2344)
1 parent 1119549 commit 1541a33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stress/Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ rand = { version = "0.8.4", features = ["small_rng"] }
5050
tracing = { workspace = true, features = ["std"]}
5151
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
5252
num-format = "0.4.4"
53-
sysinfo = { version = "0.30.12", optional = true }
53+
sysinfo = { version = "0.32", optional = true }
54+
libc = "=0.2.164" # https://github.com/GuillaumeGomez/sysinfo/issues/1392
5455

5556
[features]
56-
stats = ["sysinfo"]
57+
stats = ["sysinfo"]

0 commit comments

Comments
 (0)