Skip to content

Commit acc7bb1

Browse files
authored
Merge pull request #3707 from cuviper/ci-sparc64
Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64
2 parents 8b9d1fe + 2203ae0 commit acc7bb1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/docker/sparc64-unknown-linux-gnu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:23.10
1+
FROM ubuntu:22.04
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
curl ca-certificates \

libc-test/build.rs

+3
Original file line numberDiff line numberDiff line change
@@ -3862,6 +3862,9 @@ fn test_linux(target: &str) {
38623862
| "SW_CNT"
38633863
if ppc64 || riscv64 => true,
38643864

3865+
// FIXME: requires more recent kernel headers on CI
3866+
"SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,
3867+
38653868
// FIXME: Not currently available in headers on ARM and musl.
38663869
"NETLINK_GET_STRICT_CHK" if arm || musl => true,
38673870

0 commit comments

Comments
 (0)