mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 15:16:05 +00:00
deploy: b9434052ef82156bf4383359fde0136dbea64bc7
This commit is contained in:
parent
263c8d22a1
commit
55e569b410
@ -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',
|
||||
|
@ -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(' ')
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user