From 7ef22bf9120e3051fadd14532e4f65fcd1558681 Mon Sep 17 00:00:00 2001 From: alaviss Date: Fri, 2 Oct 2020 12:18:44 -0500 Subject: [PATCH] koch: remove c2nim from windows release builds (#15471) We don't ship this tool with any other OS, and the c2nim bundle is non-deterministic due to the lack of a pinned commit. --- koch.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/koch.nim b/koch.nim index 714d70bfe0..bbb37b702b 100644 --- a/koch.nim +++ b/koch.nim @@ -168,7 +168,6 @@ proc bundleWinTools(args: string) = buildVccTool(args) nimCompile("tools/nimgrab.nim", options = "-d:ssl " & args) nimCompile("tools/nimgrep.nim", options = args) - bundleC2nim(args) nimCompile("testament/testament.nim", options = args) when false: # not yet a tool worth including