Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: track upstream main branch, not tag #18

Merged
merged 2 commits into from
Dec 5, 2022

Conversation

conorsch
Copy link
Contributor

@conorsch conorsch commented Dec 5, 2022

The testnet release process involves updating Galileo's Cargo.toml for the most recent testnet tag. While it's grand to have a 1:1 correspondence between Galileo's deps and the testnet version it handles disbursements for, it's quite tedious to bump the deps every week. Let's try tracking main branch, instead. Ultimately we aim to automate the build and rollout of galileo updates, but for now, a human's attention is still required.

We aren't committing Cargo.lock in this repo (should we?), so no diff for that file. Towards #17.

The testnet release process involves updating Galileo's Cargo.toml for
the most recent testnet tag. While it's grand to have a 1:1
correspondence between Galileo's deps and the testnet version it handles
disbursements for, it's quite tedious to bump the deps every week. Let's
try tracking main branch, instead. Ultimately we aim to automate the
build and rollout of galileo updates, but for now, a human's attention
is still required.
@conorsch
Copy link
Contributor Author

conorsch commented Dec 5, 2022

Will self-merge to proceed with testnet deployment (penumbra-zone/penumbra#1699), once CI is finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant