summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-09-27 19:43:47 +0900
committerYuki Okushi <jtitor@2k36.org>2022-09-28 19:35:37 +0900
commita119fdbf38192df88281b2f271ee3e43439ef268 (patch)
tree20e8aeb9b6e85fe7019b3044e7b2cbb41f115eb6
parent737c37d723866abc1fd1cd8d47441b53ca5cf314 (diff)
downloadrust-libc-a119fdbf38192df88281b2f271ee3e43439ef268.tar.gz
Downgrade to Ubuntu 20.04 on sparc64
...because of glibc version mismatching between Debian and Ubuntu. Signed-off-by: Yuki Okushi <jtitor@2k36.org>
-rw-r--r--ci/docker/sparc64-unknown-linux-gnu/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/docker/sparc64-unknown-linux-gnu/Dockerfile b/ci/docker/sparc64-unknown-linux-gnu/Dockerfile
index ff6810a7fa..d45e56195d 100644
--- a/ci/docker/sparc64-unknown-linux-gnu/Dockerfile
+++ b/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 \