beacon-node-builds: drop use of -d:insecure
No longer necessary due to new secure HTTP backend: https://github.com/status-im/nimbus-eth2/releases/tag/v1.1.0 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
757b097c81
commit
45241a5a15
|
@ -42,7 +42,7 @@ NICE="nice -n 19 ionice -c2 -n7"
|
|||
|
||||
${NICE} make -j1 update
|
||||
${NICE} make -j1 {{ item.targets | join(" ") }} \
|
||||
LOG_LEVEL="TRACE" NIMFLAGS="-d:insecure -d:testnet_servers_image -d:noSignalHandler"
|
||||
LOG_LEVEL="TRACE" NIMFLAGS="-d:testnet_servers_image -d:noSignalHandler"
|
||||
|
||||
# Keep some copies of the resulting binaries, to be used for debugging in case of core dumps
|
||||
cp -a build/nimbus_beacon_node "build/nimbus_beacon_node_{{ item.name }}_$(date +%F_%H-%M-%S)"
|
||||
|
|
Loading…
Reference in New Issue