Skip to content

Commit afa71d3

Browse files
committed
Using 24.04 LTS was not a good pick
See compiler-explorer/compiler-explorer#7397 The GLIBC dep breaks when executed on older ubuntu, which is currectly the case for the runners. Signed-off-by: Marc Poulhiès <[email protected]>
1 parent 7c3597a commit afa71d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rust-cg-gcc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:22.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
RUN dpkg --add-architecture i386

0 commit comments

Comments
 (0)