Skip to content
/ rust Public
forked from rust-lang/rust

Commit 3585562

Browse files
committed
ci: Update x86_64-gnu to ubuntu:22.04
1 parent d34a2b1 commit 3585562

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile

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

33
ARG DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -19,9 +19,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1919
mingw-w64 \
2020
&& rm -rf /var/lib/apt/lists/*
2121

22-
COPY scripts/cmake.sh /scripts/
23-
RUN /scripts/cmake.sh
24-
2522
COPY scripts/sccache.sh /scripts/
2623
RUN sh /scripts/sccache.sh
2724

0 commit comments

Comments
 (0)