We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b160c8f commit 35b87d0Copy full SHA for 35b87d0
src/ci/docker/host-x86_64/dist-powerpc64le-linux/Dockerfile
@@ -1,22 +1,16 @@
1
-FROM ubuntu:20.04
+FROM ubuntu:22.04
2
3
COPY scripts/cross-apt-packages.sh /scripts/
4
RUN sh /scripts/cross-apt-packages.sh
5
6
COPY scripts/rustbuild-setup.sh /scripts/
7
RUN sh /scripts/rustbuild-setup.sh
8
-USER rustbuild
9
WORKDIR /tmp
10
11
-USER root
12
-
13
RUN apt-get install -y --no-install-recommends rpm2cpio cpio
14
COPY host-x86_64/dist-powerpc64le-linux/shared.sh host-x86_64/dist-powerpc64le-linux/build-powerpc64le-toolchain.sh /tmp/
15
RUN ./build-powerpc64le-toolchain.sh
16
17
-COPY scripts/cmake.sh /scripts/
18
-RUN /scripts/cmake.sh
19
20
COPY scripts/sccache.sh /scripts/
21
RUN sh /scripts/sccache.sh
22
0 commit comments