remove unused tau-cli

This commit is contained in:
dasman
2024-07-24 03:12:31 +03:00
parent 77533a5312
commit 9e410ede15
11 changed files with 1 additions and 1606 deletions

View File

@@ -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;)

View File

@@ -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;)