Skip to content

Commit

Permalink
debug librustzcash CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Dec 13, 2024
1 parent b5456a8 commit 23af0c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
remove-item "./MM_VERSION"
}
echo $Env:COMMIT_HASH > ./MM_VERSION
rm -rf ~/.cargo/git/checkouts/librustzcash*
Remove-Item -Recurse -Force "$env:USERPROFILE\.cargo\git\checkouts\librustzcash*"
cargo build --release
- name: Compress mm2 build output
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ jobs:
remove-item "./MM_VERSION"
}
echo $Env:COMMIT_HASH > ./MM_VERSION
Remove-Item -Recurse -Force "$env:USERPROFILE\.cargo\git\checkouts\librustzcash*"
cargo build --release
- name: Compress mm2 build output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Test
run: |
rm -rf ~/.cargo/git/checkouts/librustzcash*
Remove-Item -Recurse -Force "$env:USERPROFILE\.cargo\git\checkouts\librustzcash*"
cargo test --bins --lib --no-fail-fast
linux-x86-64-kdf-integration:
Expand Down

0 comments on commit 23af0c9

Please sign in to comment.