deploy: b9434052ef82156bf4383359fde0136dbea64bc7

This commit is contained in:
jakubgs 2022-07-24 08:26:18 +00:00
parent 263c8d22a1
commit 55e569b410
3 changed files with 13 additions and 3 deletions

View File

@ -7,7 +7,12 @@ pipeline {
string(
name: 'NIMFLAGS',
description: 'Flags for Nim compilation.',
defaultValue: params.NIMFLAGS ?: '-d:disableMarchNative -d:insecure --parallelBuild:6'
defaultValue: params.NIMFLAGS ?: [
'--colors:off',
'-d:insecure',
'-d:disableMarchNative',
'--parallelBuild:6',
].join(' ')
)
string(
name: 'LOG_LEVEL',

View File

@ -33,7 +33,12 @@ pipeline {
string(
name: 'NIMFLAGS',
description: 'Flags for Nim compilation.',
defaultValue: params.NIMFLAGS ?: '-d:disableMarchNative -d:chronicles_colors:none -d:insecure',
defaultValue: params.NIMFLAGS ?: [
'--colors:off',
'-d:disableMarchNative',
'-d:chronicles_colors:none',
'-d:insecure',
].join(' ')
)
}

View File

@ -2,7 +2,7 @@
# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (libbacktrace) version-unused
# Libtool was configured on host fv-az208-167:
# Libtool was configured on host fv-az82-232:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,