Skip to content

Commit d00f432

Browse files
committed
Fix CC for powerpc64
1 parent 92105c6 commit d00f432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/docker/powerpc64-unknown-linux-gnu/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ RUN apt-get install -y --no-install-recommends \
77
qemu-system-ppc
88

99
ENV CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_GNU_LINKER=powerpc64-linux-gnu-gcc \
10+
CC=powerpc64-linux-gnu-gcc \
1011
PATH=$PATH:/rust/bin

0 commit comments

Comments
 (0)