Skip to content

Commit 35b87d0

Browse files
committed
ci: Update dist-powerpc64le-linux to ubuntu:22.04
1 parent b160c8f commit 35b87d0

File tree

1 file changed

+1
-7
lines changed
  • src/ci/docker/host-x86_64/dist-powerpc64le-linux

1 file changed

+1
-7
lines changed

src/ci/docker/host-x86_64/dist-powerpc64le-linux/Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

33
COPY scripts/cross-apt-packages.sh /scripts/
44
RUN sh /scripts/cross-apt-packages.sh
55

66
COPY scripts/rustbuild-setup.sh /scripts/
77
RUN sh /scripts/rustbuild-setup.sh
8-
USER rustbuild
98
WORKDIR /tmp
109

11-
USER root
12-
1310
RUN apt-get install -y --no-install-recommends rpm2cpio cpio
1411
COPY host-x86_64/dist-powerpc64le-linux/shared.sh host-x86_64/dist-powerpc64le-linux/build-powerpc64le-toolchain.sh /tmp/
1512
RUN ./build-powerpc64le-toolchain.sh
1613

17-
COPY scripts/cmake.sh /scripts/
18-
RUN /scripts/cmake.sh
19-
2014
COPY scripts/sccache.sh /scripts/
2115
RUN sh /scripts/sccache.sh
2216

0 commit comments

Comments
 (0)