about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2023-07-21 11:04:59 -0700
committerJosh Stone <jistone@redhat.com>2023-07-21 12:22:25 -0700
commit3585562be676b1159e7922ffa4d39ec42d5c0b05 (patch)
tree0014b87a4876c772c85d94fedff396c0e2e52611
parentd34a2b18704242a2527ee84ad46f0aed9f466fbe (diff)
downloadrust-3585562be676b1159e7922ffa4d39ec42d5c0b05.tar.gz
rust-3585562be676b1159e7922ffa4d39ec42d5c0b05.zip
ci: Update x86_64-gnu to ubuntu:22.04
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
index 576487821dc..9025e9bb0a3 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:20.04
+FROM ubuntu:22.04
 
 ARG DEBIAN_FRONTEND=noninteractive
 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 \
   mingw-w64 \
   && rm -rf /var/lib/apt/lists/*
 
-COPY scripts/cmake.sh /scripts/
-RUN /scripts/cmake.sh
-
 COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh