Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions solidity/build-tron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
set -e
cd "$(dirname "$0")"

# Ensure deterministic outputs for turbo cache: hardhat/typechain can emit
# partial trees when incremental cache is reused against cleaned output dirs.
rm -rf ./cache-tron ../typescript/tron-sdk/src/abi ../typescript/tron-sdk/src/typechain

# Ensure soldeer dependencies are installed before patching files.
# The regular @hyperlane-xyz/core build also runs soldeer install, and if it
# runs concurrently with our file patches below, soldeer's git checkout fails
Expand Down
Loading