mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-07 08:26:14 +00:00
These targets are tested in `compiler-builtins`, but not yet `libm`. Add dockerfiles to prepare for this.
6 lines
135 B
Docker
6 lines
135 B
Docker
FROM ubuntu:24.04
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y --no-install-recommends \
|
|
gcc-multilib libc6-dev ca-certificates
|