Closed 666lcz closed 1 year ago
@allan-bailey feel free to merge this issue if there's already another issue to track this
When these land, please let me know so we can update the install docs. Thanks!
@ebmifa can we mark this as done given https://github.com/MystenLabs/sui/releases/tag/devnet-0.13.0 ?
Eugene Boguslavsky commented: This was actually done manually by [~accountid:630bbabdea661fd37d4e557d] . Next release it should be automated, once we verify we can close this.
Chris Li commented: [~accountid:630bbabdea661fd37d4e557d] [~accountid:635aaadc7d4645af4f026215] have we verified that this is working?
Eugene Boguslavsky commented: Yes. The binaries now get attached to a release in GH, when a new devnet-X.XX.X tag gets created, see [https://github.com/MystenLabs/sui/releases/tag/devnet-0.15.0|https://github.com/MystenLabs/sui/releases/tag/devnet-0.15.0|smart-link]
Hey @ebmifa! I was just looking into this because it came up during my oncall rotation. As I understand it right now (from looking at our recent releases), we do have prebuilts but:
testnet-0.15.1
release didn't come with any).Are the debug symbols here to stay? They make the binaries quite large (1.1GB for sui
) which limits their utility (long build vs long download).
Eugene Boguslavsky commented: {quote}Only for devnet, (testnet-0.15.1
release didn't come with any).{quote}
Yeah, we have not started publishing binaries yet. Until testnet is up and running and we have the SLA nailed down, then it’d be easier to create them. [~accountid:635aaadc59c794184bca9207] and [~accountid:630bbabdea661fd37d4e557d] , does it make sense to start building the binaries now for testnet?
{quote}They include debug symbols.{quote}
Probably for a while, since we need to debug the environments
Makes sense, thanks for clarifying! This makes total sense for developers running validators and full nodes (and for us). For developers who are using the sui CLI locally, we would likely want a stripped version of sui
and maybe sui-faucet
for a variety of platforms (eventually) as well.
We now have releases with the Sui binary, so closing this issue. https://github.com/MystenLabs/sui/releases
Building/upgrading the CLI can take a long time, let's publish pre-built binaries so that users can just download and use