Skip to content

Commit 993505c

Browse files
committed
Enable tests for QNX/Neutrino, integrate new libc version
1 parent 52c2780 commit 993505c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ jobs:
294294
aarch64-kmc-solid_asp3,
295295
armv6k-nintendo-3ds,
296296
riscv32imc-esp-espidf,
297+
aarch64-unknown-nto-qnx710,
297298
# `std` support still in progress. Can be moved up with the other
298299
# apple targets after https://github.com/rust-lang/rust/pull/103503
299300
aarch64-apple-tvos,

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ compiler_builtins = { version = "0.1", optional = true }
1818
core = { version = "1.0", optional = true, package = "rustc-std-workspace-core" }
1919

2020
[target.'cfg(unix)'.dependencies]
21-
libc = { version = "0.2.136", default-features = false }
21+
libc = { version = "0.2.139", default-features = false }
2222

2323
[target.'cfg(target_os = "wasi")'.dependencies]
2424
wasi = { version = "0.11", default-features = false }

0 commit comments

Comments
 (0)