summaryrefslogtreecommitdiffstats
path: root/vendor/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile')
-rw-r--r--vendor/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile b/vendor/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile
deleted file mode 100644
index a8e859e67..000000000
--- a/vendor/backtrace/ci/docker/x86_64-pc-windows-gnu/Dockerfile
+++ /dev/null
@@ -1,10 +0,0 @@
-FROM ubuntu:20.04
-RUN apt-get update && apt-get install -y --no-install-recommends \
- gcc \
- libc6-dev \
- ca-certificates \
- gcc-mingw-w64-x86-64
-
-# No need to run tests, we're just testing that it compiles
-ENV CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=echo \
- CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER=x86_64-w64-mingw32-gcc