Skip to content

Commit

Permalink
attempt to fix stress test CI by pinning libc (open-telemetry#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored and pitoniak32 committed Dec 4, 2024
1 parent 1440e69 commit 016008f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ rand = { version = "0.8.4", features = ["small_rng"] }
tracing = { workspace = true, features = ["std"]}
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
num-format = "0.4.4"
sysinfo = { version = "0.30.12", optional = true }
sysinfo = { version = "0.32", optional = true }
libc = "=0.2.164" # https://github.com/GuillaumeGomez/sysinfo/issues/1392

[features]
stats = ["sysinfo"]
stats = ["sysinfo"]

0 comments on commit 016008f

Please sign in to comment.