Skip to content

Commit e9e4248

Browse files
committed
ci: Update x86_64-gnu-debug to ubuntu:22.04
1 parent 137de93 commit e9e4248

File tree

1 file changed

+1
-4
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-debug

1 file changed

+1
-4
lines changed

Diff for: src/ci/docker/host-x86_64/x86_64-gnu-debug/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 \
@@ -26,9 +26,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2626
clang \
2727
&& rm -rf /var/lib/apt/lists/*
2828

29-
COPY scripts/cmake.sh /scripts/
30-
RUN /scripts/cmake.sh
31-
3229
COPY scripts/sccache.sh /scripts/
3330
RUN sh /scripts/sccache.sh
3431

0 commit comments

Comments
 (0)