-
Notifications
You must be signed in to change notification settings - Fork 586
[CI] Fix packages name conflict between mina-devnet and mina-devnet-lightnet #17959
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
Conversation
|
!ci-build-me |
|
!ci-nightly-me |
a3db9ac to
d0aad45
Compare
|
Scheduled nightly : https://buildkite.com/o-1-labs-2/mina-mainline-branches-nightlies/builds/710 |
|
!ci-build-me |
d0aad45 to
8e9d3e4
Compare
|
!ci-build-me |
| ## END MAINNET PACKAGE ## | ||
|
|
||
| ## DEVNET PACKAGE ## | ||
| build_daemon_devnet_deb() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename this function, or document a bit to better reflect what we're actually doing, or at least point out what build profile we're using this for?
This is so when 3 months later someone picking up this understand why it's used for lightnet.
Or should we just create another function named build_daemon_lightnet_deb?
BTW, despite used for lightnet, is it also used for berkeley?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unfortunately it's not so easy. As this method name is used in ./script/debian/build.sh which react on request for building some debian with name and execute function ("build_${i}_deb"). So renaming this method will break other stuff. Lightnet is teated as variation for mina berkeley or devnet.
I don't argue that we shouldn't rewrite it but maybe not in this PR. i can add docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add some documents then
|
@glyh I added docs |
|
!ci-build-me |
Recently we are experiencing issues in CI: https://buildkite.com/o-1-labs-2/mina-mainline-branches-nightlies/builds/694
This is caues by conflict in package name between lightnet and standard mina-devnet.
mina-devnet-lightnet package name was the same like in mina-devnet (despite fact that that they were placed in different debians).