Skip to content

Commit

Permalink
ci: Add a note about the sparc Ubuntu version
Browse files Browse the repository at this point in the history
(backport <rust-lang#4120>)
(cherry picked from commit 0e8d8d2)
  • Loading branch information
tgross35 committed Nov 20, 2024
1 parent 1d5a76d commit d0ba501
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/docker/sparc64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# FIXME(sparc): newer versions of Ubuntu get the following errors
# ```
# /prog: /lib/sparc64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /prog)
# /prog: /lib/sparc64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /prog)
# ```
# Not sure if this is a problem from rustc, our libc, or Ubuntu so we just
# stick with an old LTS for now.
FROM ubuntu:22.04

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

0 comments on commit d0ba501

Please sign in to comment.