Skip to content

Commit

Permalink
in cryo_test remove existing symlinks prior to creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Jan 8, 2025
1 parent 39f7da1 commit 559b654
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ if [ "$BUILD_ALLOY" = true ]; then
--root "$ROOT_DIR/build/alloy"

# link to built binary
rm -f "$ROOT_DIR/bin/cryo_alloy"
ln -s "$ROOT_DIR/build/alloy/bin/cryo" "$ROOT_DIR/bin/cryo_alloy"
echo ""
echo "built cryo alloy at: $ROOT_DIR/bin/cryo_alloy"
Expand All @@ -73,6 +74,7 @@ if [ "$BUILD_ETHERS" = true ]; then
--root "$ROOT_DIR/build/ethers"

# link to built binary
rm -f "$ROOT_DIR/bin/cryo_ethers"
ln -s "$ROOT_DIR/build/ethers/bin/cryo" "$ROOT_DIR/bin/cryo_ethers"
echo ""
echo "built cryo ethers at: $ROOT_DIR/bin/cryo_ethers"
Expand Down

0 comments on commit 559b654

Please sign in to comment.