[wip] don't need chronos_preferred when using nimbus-build-system
This commit is contained in:
parent
c01986c7a5
commit
113840c795
|
@ -62,11 +62,6 @@ task task_runner_streams, "Build task_runner_streams experiment":
|
||||||
" --threads:on" &
|
" --threads:on" &
|
||||||
" --tlsEmulation:off"
|
" --tlsEmulation:off"
|
||||||
|
|
||||||
chronos_preferred =
|
|
||||||
" --path:\"" &
|
|
||||||
staticExec("nimble path chronos --silent").parentDir /
|
|
||||||
"chronos-#export-selector-field\""
|
|
||||||
|
|
||||||
chronicles_log_level {.strdefine.} =
|
chronicles_log_level {.strdefine.} =
|
||||||
when defined(danger) or defined(release):
|
when defined(danger) or defined(release):
|
||||||
"INFO"
|
"INFO"
|
||||||
|
@ -81,7 +76,6 @@ task task_runner_streams, "Build task_runner_streams experiment":
|
||||||
"nim c" &
|
"nim c" &
|
||||||
build_opts &
|
build_opts &
|
||||||
common_opts &
|
common_opts &
|
||||||
chronos_preferred &
|
|
||||||
" --define:chronicles_log_level=" & chronicles_log_level &
|
" --define:chronicles_log_level=" & chronicles_log_level &
|
||||||
(when host != "": " --define:host=" & host else: "") &
|
(when host != "": " --define:host=" & host else: "") &
|
||||||
(when maxRequestBodySize != "": " --define:maxRequestBodySize=" & maxRequestBodySize else: "") &
|
(when maxRequestBodySize != "": " --define:maxRequestBodySize=" & maxRequestBodySize else: "") &
|
||||||
|
|
Loading…
Reference in New Issue