Disable compilation of bench_bls_sig_agggregation

This commit is contained in:
Mamy André-Ratsimbazafy 2020-03-11 20:12:04 +01:00 committed by tersec
parent c1c7435808
commit 47ccae4ad6
1 changed files with 1 additions and 2 deletions

View File

@ -18,12 +18,12 @@ TOOLS := \
beacon_node \
inspector \
logtrace \
bench_bls_sig_agggregation \
deposit_contract \
ncli_hash_tree_root \
ncli_pretty \
ncli_transition \
process_dashboard
# bench_bls_sig_agggregation TODO reenable after bls v0.10.1 changes
TOOLS_DIRS := \
beacon_chain \
benchmarks \
@ -153,4 +153,3 @@ libnfuzz.a: | build deps
rm -f build/$@ && \
$(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