Disable compilation of bench_bls_sig_agggregation
This commit is contained in:
parent
c1c7435808
commit
47ccae4ad6
3
Makefile
3
Makefile
|
@ -18,12 +18,12 @@ TOOLS := \
|
||||||
beacon_node \
|
beacon_node \
|
||||||
inspector \
|
inspector \
|
||||||
logtrace \
|
logtrace \
|
||||||
bench_bls_sig_agggregation \
|
|
||||||
deposit_contract \
|
deposit_contract \
|
||||||
ncli_hash_tree_root \
|
ncli_hash_tree_root \
|
||||||
ncli_pretty \
|
ncli_pretty \
|
||||||
ncli_transition \
|
ncli_transition \
|
||||||
process_dashboard
|
process_dashboard
|
||||||
|
# bench_bls_sig_agggregation TODO reenable after bls v0.10.1 changes
|
||||||
TOOLS_DIRS := \
|
TOOLS_DIRS := \
|
||||||
beacon_chain \
|
beacon_chain \
|
||||||
benchmarks \
|
benchmarks \
|
||||||
|
@ -153,4 +153,3 @@ libnfuzz.a: | build deps
|
||||||
rm -f build/$@ && \
|
rm -f build/$@ && \
|
||||||
$(ENV_SCRIPT) nim c -d:release --app:staticlib --noMain --nimcache:nimcache/libnfuzz_static -o:build/$@ $(NIM_PARAMS) nfuzz/libnfuzz.nim && \
|
$(ENV_SCRIPT) nim c -d:release --app:staticlib --noMain --nimcache:nimcache/libnfuzz_static -o:build/$@ $(NIM_PARAMS) nfuzz/libnfuzz.nim && \
|
||||||
[[ -e "$@" ]] && mv "$@" build/ # workaround for https://github.com/nim-lang/Nim/issues/12745
|
[[ -e "$@" ]] && mv "$@" build/ # workaround for https://github.com/nim-lang/Nim/issues/12745
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue