Skip to content

Commit

Permalink
Merge pull request rust-lang#3707 from cuviper/ci-sparc64
Browse files Browse the repository at this point in the history
Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64
  • Loading branch information
the8472 authored May 17, 2024
2 parents 8b9d1fe + 2203ae0 commit acc7bb1
Show file tree
Hide file tree
Showing 2 changed files with 4 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
3 changes: 3 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3862,6 +3862,9 @@ fn test_linux(target: &str) {
| "SW_CNT"
if ppc64 || riscv64 => true,

// FIXME: requires more recent kernel headers on CI
"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 acc7bb1

Please sign in to comment.