Skip to content

Commit

Permalink
Merge pull request #3708 from cuviper/ci-sparc64-0.2
Browse files Browse the repository at this point in the history
[0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64
  • Loading branch information
the8472 committed May 17, 2024
2 parents 7646277 + 61331df commit 664947b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/sparc64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.10
FROM ubuntu:22.04

RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates \
Expand Down
6 changes: 6 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3909,6 +3909,12 @@ fn test_linux(target: &str) {
| "SW_CNT"
if ppc64 || riscv64 => true,

// FIXME: requires more recent kernel headers on CI
| "MFD_EXEC"
| "MFD_NOEXEC_SEAL"
| "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV"
if sparc64 => true,

// FIXME: Not currently available in headers on ARM and musl.
"NETLINK_GET_STRICT_CHK" if arm || musl => true,

Expand Down

0 comments on commit 664947b

Please sign in to comment.