about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2023-07-21 10:01:34 -0700
committerJosh Stone <jistone@redhat.com>2023-07-21 12:22:25 -0700
commite9e424854973b8cc8cf58911067231a6de7fd1be (patch)
tree6eed8415e45abf8fd65f65f4562c4b059c8936c3
parent137de9365eb390d2b197ec05fb7b377aef2739ae (diff)
downloadrust-e9e424854973b8cc8cf58911067231a6de7fd1be.tar.gz
rust-e9e424854973b8cc8cf58911067231a6de7fd1be.zip
ci: Update x86_64-gnu-debug to ubuntu:22.04
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile
index b404e3b982b..e4534d0f840 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-debug/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 \
@@ -26,9 +26,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   clang \
   && 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