This effectively gives us tests against infinite-precision results on MacOS and x86+sse Linux.
6 lines
143 B
Docker
6 lines
143 B
Docker
FROM ubuntu:24.04
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y --no-install-recommends \
|
|
gcc-multilib m4 make libc6-dev ca-certificates
|