Skip to content

Commit 664947b

Browse files
authored
Merge pull request #3708 from cuviper/ci-sparc64-0.2
[0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64
2 parents 7646277 + 61331df commit 664947b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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

+6
Original file line numberDiff line numberDiff line change
@@ -3909,6 +3909,12 @@ fn test_linux(target: &str) {
39093909
| "SW_CNT"
39103910
if ppc64 || riscv64 => true,
39113911

3912+
// FIXME: requires more recent kernel headers on CI
3913+
| "MFD_EXEC"
3914+
| "MFD_NOEXEC_SEAL"
3915+
| "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV"
3916+
if sparc64 => true,
3917+
39123918
// FIXME: Not currently available in headers on ARM and musl.
39133919
"NETLINK_GET_STRICT_CHK" if arm || musl => true,
39143920

0 commit comments

Comments
 (0)