ci: fix client publishing and release buffers#84
Merged
Conversation
Configure Rust client publishing to package generated sources and use the subscriptions crate name while keeping the program crate as subscriptions-program.
amilz
previously approved these changes
May 15, 2026
Stop mainnet releases at Squads-owned buffers so the Doppler keypair only writes buffers and does not need Squads membership.
Pin the program lib target to subscriptions so build-sbf continues emitting target/deploy/subscriptions.so after the package rename.
Compute Unit Report
Generated: 2026-05-15 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
subscriptionsand the program crate tosubscriptions-programsubscriptionssocargo build-sbfstill emitstarget/deploy/subscriptions.soTest Plan
cargo fmt -p subscriptions-program -p tests-subscriptions --checkcargo check -p subscriptions-program --lockedcargo check -p subscriptions --lockedcargo check -p tests-subscriptions --lockedcargo build-sbffromprogram/cargo test -p tests-subscriptionsCU_REPORT=1 CU_REPORT_DATE=2026-05-15 cargo test -p tests-subscriptionscargo publish --dry-run --manifest-path clients/rust/Cargo.toml --locked --allow-dirtypnpm exec prettier --check .github/workflows/publish-rust.yml README.md CLAUDE.mdpnpm exec prettier --check .github/workflows/release.yml docs/004-program-upgrade-mechanism.md