From 74e6868309b47c65119a413ed5695173e7628dbc Mon Sep 17 00:00:00 2001 From: ludamad Date: Sun, 24 Mar 2024 23:45:36 +0000 Subject: [PATCH] find --- barretenberg/cpp/Earthfile | 2 +- yarn-project/Earthfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/barretenberg/cpp/Earthfile b/barretenberg/cpp/Earthfile index 68d94ec84c0..282362004d5 100644 --- a/barretenberg/cpp/Earthfile +++ b/barretenberg/cpp/Earthfile @@ -63,7 +63,7 @@ source: # cmake source COPY --dir cmake CMakeLists.txt CMakePresets.json . # for debugging rebuilds - RUN find # echo CONTENT HASH $(find . -type f -exec sha256sum {} ';' | sort | sha256sum | awk '{print $1}') | tee .content-hash + RUN echo CONTENT HASH $(find . -type f -exec sha256sum {} ';' | sort | sha256sum | awk '{print $1}') | tee .content-hash preset-release-assert-all: FROM +source diff --git a/yarn-project/Earthfile b/yarn-project/Earthfile index f9cf5d6302e..de238dcae6d 100644 --- a/yarn-project/Earthfile +++ b/yarn-project/Earthfile @@ -68,7 +68,7 @@ aztec: source: # for debugging rebuilds - RUN echo CONTENT HASH $(find . -type f -exec sha256sum {} ';' | sort | sha256sum | awk '{print $1}') | tee .content-hash + RUN find # echo CONTENT HASH $(find . -type f -exec sha256sum {} ';' | sort | sha256sum | awk '{print $1}') | tee .content-hash end-to-end: FROM +source