Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Dec 9, 2024
1 parent dd48038 commit 56b6e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/libexec/cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUSTC_BOOTSTRAP=1 cargo vendor --locked --sync /monero/rustc-1.82.0-src/library/
# Create deterministic dependency archive
cd /vendor

find . -mindepth 1 -maxdepth 1 -type d | grep -Ev "($allowed_pattern)" | xargs rm -rf
#find . -mindepth 1 -maxdepth 1 -type d | grep -Ev "($allowed_pattern)" | xargs rm -rf

find . -type f -regex ".*\.\(a\|dll\|exe\|lib\)$" -delete
#find . -type f -name ".cargo-checksum.json" -print0 | xargs -0 -I% sh -c 'echo "{\"package\":null,\"files\":{}}" > "%"'
Expand Down

0 comments on commit 56b6e5b

Please sign in to comment.