Skip to content

Commit

Permalink
Remove cargo-install-all.sh hack for solana-genesis (#2866)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun authored Sep 9, 2024
1 parent aebca79 commit e351b4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/cargo-install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ else
solana
solana-bench-tps
solana-faucet
solana-genesis
solana-gossip
agave-install
solana-keygen
Expand All @@ -126,10 +127,6 @@ else
agave-watchtower
)
fi

#XXX: Ensure `solana-genesis` is built LAST!
# See https://github.com/solana-labs/solana/issues/5826
BINS+=(solana-genesis)
fi

binArgs=()
Expand Down

0 comments on commit e351b4f

Please sign in to comment.