mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 00:13:06 +00:00
deploy: f6f2134fa7dcdd8c09d5f07fd69291547bafc52e
This commit is contained in:
parent
be5af89414
commit
ca58337100
@ -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(' ')
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user