Skip to content

Commit

Permalink
find
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Mar 24, 2024
1 parent 1e813bf commit 74e6868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion barretenberg/cpp/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74e6868

Please sign in to comment.