Skip to content

Commit

Permalink
Work around broken cargo trim -d (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cape committed Jul 23, 2021
1 parent 8d6bc01 commit 2940fa4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ commands:
# Configure cargo-trim with the project's Cargo.lock files
mkdir -p ~/.config
cargo trim --directory "$(pwd)"
cargo trim --directory "$(pwd)/consensus/enclave/trusted"
cargo trim init
pushd "consensus/enclave/trusted"
cargo trim init
popd
# Clean dependencies not in the Cargo.lock
time cargo trim --orphan
Expand Down

0 comments on commit 2940fa4

Please sign in to comment.