We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9fcc1 commit 5c0792cCopy full SHA for 5c0792c
ci/docker/sparc64-unknown-linux-gnu/Dockerfile
@@ -1,3 +1,10 @@
1
+# FIXME(sparc): newer versions of Ubuntu get the following errors
2
+# ```
3
+# /prog: /lib/sparc64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /prog)
4
+# /prog: /lib/sparc64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /prog)
5
6
+# Not sure if this is a problem from rustc, our libc, or Ubuntu so we just
7
+# stick with an old LTS for now.
8
FROM ubuntu:22.04
9
10
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments