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.
true
echo
1 parent cea11a0 commit 1c1e443Copy full SHA for 1c1e443
ci/docker/x86_64-pc-windows-gnu/Dockerfile
@@ -6,5 +6,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
gcc-mingw-w64-x86-64
7
8
# No need to run tests, we're just testing that it compiles
9
-ENV CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=true \
+ENV CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=echo \
10
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER=x86_64-w64-mingw32-gcc
0 commit comments