Skip to content

Commit a119fdb

Browse files
committed
Downgrade to Ubuntu 20.04 on sparc64
...because of glibc version mismatching between Debian and Ubuntu. Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent 737c37d commit a119fdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/docker/sparc64-unknown-linux-gnu/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM ubuntu:22.04
1+
# FIXME: Update to 22.04 once Debian image of sparc64 has a newer glibc.
2+
FROM ubuntu:20.04
23

34
RUN apt-get update && apt-get install -y --no-install-recommends \
45
curl ca-certificates \

0 commit comments

Comments
 (0)