Reduce compilation differences between client and server nodes
This commit is contained in:
parent
ac5aabd569
commit
47940928a6
|
@ -1,9 +1,8 @@
|
||||||
-d:"chronicles_runtime_filtering=on"
|
-d:"chronicles_runtime_filtering=on"
|
||||||
|
-d:"chronicles_default_output_device=dynamic"
|
||||||
|
|
||||||
@if testnet_docker_node:
|
@if testnet_servers_image:
|
||||||
-d:"chronicles_sinks=json"
|
-d:"chronicles_sinks=json"
|
||||||
-d:"withoutPrompt"
|
-d:"withoutPrompt"
|
||||||
@else:
|
|
||||||
-d:"chronicles_default_output_device=dynamic"
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ RUN cd nim-beacon-chain \
|
||||||
-d:"SLOTS_PER_EPOCH=${SLOTS_PER_EPOCH}" \
|
-d:"SLOTS_PER_EPOCH=${SLOTS_PER_EPOCH}" \
|
||||||
-d:"SECONDS_PER_SLOT=${SECONDS_PER_SLOT}" \
|
-d:"SECONDS_PER_SLOT=${SECONDS_PER_SLOT}" \
|
||||||
-d:"chronicles_log_level=DEBUG" \
|
-d:"chronicles_log_level=DEBUG" \
|
||||||
-d:"testnet_docker_node" \
|
-d:"testnet_servers_image" \
|
||||||
c beacon_chain/beacon_node.nim
|
c beacon_chain/beacon_node.nim
|
||||||
|
|
||||||
# --------------------------------- #
|
# --------------------------------- #
|
||||||
|
|
Loading…
Reference in New Issue