Skip to content

Commit

Permalink
Fix segfault in tests due to a bug in libc 0.2.154
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed May 2, 2024
1 parent f557bc4 commit 3ab78d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_system/build_sysroot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ resolver = "2"
[dependencies]
core = { path = "./sysroot_src/library/core" }
compiler_builtins = "0.1"
libc = "=0.2.153"
alloc = { path = "./sysroot_src/library/alloc" }
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
test = { path = "./sysroot_src/library/test" }
Expand Down

0 comments on commit 3ab78d2

Please sign in to comment.