Files
rust/library/compiler-builtins/libm/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
Trevor Gross 54c8ae0980 Run tests against MPFR on CI where possible
This effectively gives us tests against infinite-precision results on
MacOS and x86+sse Linux.
2024-10-28 21:29:31 -05:00

6 lines
134 B
Docker

FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc m4 make libc6-dev ca-certificates