Skip to content

Commit 1c1e443

Browse files
committed
Change runner from true to echo
Looks like a recent cargo regression is causing issues here!
1 parent cea11a0 commit 1c1e443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/x86_64-pc-windows-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66
gcc-mingw-w64-x86-64
77

88
# No need to run tests, we're just testing that it compiles
9-
ENV CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=true \
9+
ENV CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=echo \
1010
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER=x86_64-w64-mingw32-gcc

0 commit comments

Comments
 (0)