From b169783847ce2f4af921b4d5c7ba2b321fbe0a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 28 Sep 2020 17:35:09 +0200 Subject: [PATCH] ci: drop ineffective V env variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.linux | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index e1d8b00505..80837443db 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -27,8 +27,6 @@ pipeline { MAKEFLAGS = '-j4' /* Disable colors in Nim compiler logs */ NIMFLAGS = '--colors:off' - /* Verbosity of make targets */ - V = "1" /* Makefile assumes the compiler folder is included */ QTDIR = "/opt/qt/5.14.0/gcc_64" /* Control output the filename */