Skip to content

Commit 5c0792c

Browse files
committed
ci: Add a note about the sparc Ubuntu version
1 parent 8b9fcc1 commit 5c0792c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -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.
18
FROM ubuntu:22.04
29

310
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)