mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
remove unused tau-cli
This commit is contained in:
@@ -43,8 +43,7 @@ COPY . /opt/darkfi
|
||||
# Cleanup existing binaries
|
||||
RUN rm -rf zkas bin/zkas/zkas darkfid bin/darkfid/darkfid \
|
||||
darkirc bin/darkirc/darkirc lilith bin/lilith/lilith \
|
||||
tau-cli bin/tau/tau-cli/tau-cli taud bin/tau/taud/taud \
|
||||
vanityaddr bin/vanityaddr/vanityaddr
|
||||
taud bin/tau/taud/taud vanityaddr bin/vanityaddr/vanityaddr
|
||||
|
||||
# Risc-V support is highly experimental so we have to add some hack patches
|
||||
# at Cargo.toml where [patch.crates-io] exists.
|
||||
@@ -64,7 +63,6 @@ RUN make CARGO="cargo +${RUST_VER}" ${BINS} && \
|
||||
(if [ -e darkfid ]; then cp -a darkfid compiled-bins/; fi;) && \
|
||||
(if [ -e darkirc ]; then cp -a darkirc compiled-bins/; fi;) && \
|
||||
(if [ -e lilith ]; then cp -a lilith compiled-bins/; fi;) && \
|
||||
(if [ -e "tau-cli" ]; then cp -a tau-cli compiled-bins/; fi;) && \
|
||||
(if [ -e taud ]; then cp -a taud compiled-bins/; fi;) && \
|
||||
(if [ -e vanityaddr ]; then cp -a vanityaddr compiled-bins/; fi;)
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@ RUN make clean && make ${BINS} && mkdir compiled-bins && \
|
||||
(if [ -e "genev-cli" ]; then cp -a genev-cli compiled-bins/; fi;) && \
|
||||
(if [ -e genevd ]; then cp -a genevd compiled-bins/; fi;) && \
|
||||
(if [ -e lilith ]; then cp -a lilith compiled-bins/; fi;) && \
|
||||
(if [ -e "tau-cli" ]; then cp -a tau-cli compiled-bins/; fi;) && \
|
||||
(if [ -e taud ]; then cp -a taud compiled-bins/; fi;) && \
|
||||
(if [ -e vanityaddr ]; then cp -a vanityaddr compiled-bins/; fi;)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user