You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(ENV_SCRIPT) nim nimbus_verified_proxy $(NIM_PARAMS) nimbus.nims
345
345
346
346
# builds and runs the nimbus_verified_proxy test suite
347
-
nimbus-verified-proxy-test: | build deps rocksdb
347
+
nimbus-verified-proxy-test: | build deps
348
348
$(ENV_SCRIPT) nim nimbus_verified_proxy_test $(NIM_PARAMS) nimbus.nims
349
349
350
350
# Shared library for verified proxy
351
351
352
-
libverifproxy: | build deps rocksdb
352
+
libverifproxy: | build deps
353
353
+ echo -e $(BUILD_MSG)"build/$@"&&\
354
354
$(ENV_SCRIPT) nim --version &&\
355
355
$(ENV_SCRIPT) nim c --app:lib -d:"libp2p_pki_schemes=secp256k1" --noMain:on --threads:on --nimcache:nimcache/libverifproxy -o:$(VERIF_PROXY_OUT_PATH)/$@.$(SHAREDLIBEXT)$(NIM_PARAMS) nimbus_verified_proxy/libverifproxy/verifproxy.nim
0 commit comments