Skip to content

Commit 3ab78d2

Browse files
committed
Fix segfault in tests due to a bug in libc 0.2.154
1 parent f557bc4 commit 3ab78d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_system/build_sysroot/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ resolver = "2"
77
[dependencies]
88
core = { path = "./sysroot_src/library/core" }
99
compiler_builtins = "0.1"
10+
libc = "=0.2.153"
1011
alloc = { path = "./sysroot_src/library/alloc" }
1112
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
1213
test = { path = "./sysroot_src/library/test" }

0 commit comments

Comments
 (0)