Skip to content

Commit

Permalink
Downgrade to Ubuntu 20.04 on sparc64
Browse files Browse the repository at this point in the history
...because of glibc version mismatching between Debian and Ubuntu.

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Sep 27, 2022
1 parent c373cd3 commit 8ac0ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/sparc64-unknown-linux-gnu/Dockerfile
@@ -1,4 +1,5 @@
FROM ubuntu:22.04
# FIXME: Update to 22.04 once Debian image of sparc64 has a newer glibc.
FROM ubuntu:20.04

RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates \
Expand Down

0 comments on commit 8ac0ab4

Please sign in to comment.