[wip] don't need chronos_preferred when using nimbus-build-system

This commit is contained in:
Michael Bradley, Jr 2021-12-02 16:56:54 -06:00
parent c01986c7a5
commit 113840c795
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58
1 changed files with 0 additions and 6 deletions

View File

@ -62,11 +62,6 @@ task task_runner_streams, "Build task_runner_streams experiment":
" --threads:on" &
" --tlsEmulation:off"
chronos_preferred =
" --path:\"" &
staticExec("nimble path chronos --silent").parentDir /
"chronos-#export-selector-field\""
chronicles_log_level {.strdefine.} =
when defined(danger) or defined(release):
"INFO"
@ -81,7 +76,6 @@ task task_runner_streams, "Build task_runner_streams experiment":
"nim c" &
build_opts &
common_opts &
chronos_preferred &
" --define:chronicles_log_level=" & chronicles_log_level &
(when host != "": " --define:host=" & host else: "") &
(when maxRequestBodySize != "": " --define:maxRequestBodySize=" & maxRequestBodySize else: "") &