From 2449118ae07c11ca180b39da44961b10575d788c Mon Sep 17 00:00:00 2001 From: mc-cat-tty <44820563+mc-cat-tty@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:52:52 +0200 Subject: [PATCH] [#15] Comment unnecessary RUN --- tricore-docker/xwin.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tricore-docker/xwin.Dockerfile b/tricore-docker/xwin.Dockerfile index 794bb22..7656bf9 100644 --- a/tricore-docker/xwin.Dockerfile +++ b/tricore-docker/xwin.Dockerfile @@ -45,7 +45,7 @@ RUN set -eux; \ rm -rf /var/lib/apt/lists/*; # Retrieve the std lib for the target -RUN rustup toolchain install --force-non-host nightly-x86_64-pc-windows-msvc +# RUN rustup toolchain install --force-non-host nightly-x86_64-pc-windows-msvc RUN set -eux; \ xwin_version="0.2.10"; \