We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502eadb commit 9b184c0Copy full SHA for 9b184c0
src/ci/docker/dist-powerpc-linux/Dockerfile
@@ -56,8 +56,8 @@ RUN mkdir /x-tools && chown rustbuild:rustbuild /x-tools
56
USER rustbuild
57
WORKDIR /tmp
58
59
-COPY patches/ /tmp/patches/
60
-COPY powerpc-linux-gnu.config build-powerpc-toolchain.sh /tmp/
+COPY dist-powerpc-linux/patches/ /tmp/patches/
+COPY dist-powerpc-linux/powerpc-linux-gnu.config dist-powerpc-linux/build-powerpc-toolchain.sh /tmp/
61
RUN ./build-powerpc-toolchain.sh
62
63
USER root
0 commit comments