From c9f87b741886012763426390efe6f4aa62d91d82 Mon Sep 17 00:00:00 2001 From: jm-clius Date: Mon, 24 Jan 2022 12:12:55 +0000 Subject: [PATCH] deploy: f268219d4ca1b4ee4abbaf68ba889bbdbc290bfb --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 24dedd030..564a81903 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,8 @@ BUILD_SYSTEM_DIR := vendor/nimbus-build-system # -d:chronicles_colors:none - Necessary to disable colors in logs for Docker DOCKER_IMAGE_NIM_PARAMS ?= -d:chronicles_colors:none -d:insecure +EXCLUDED_NIM_PACKAGES := vendor/nim-dnsdisc/vendor + LINK_PCRE := 0 # we don't want an error here, so we can handle things later, in the ".DEFAULT" target