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

Automate publishing of release binaries #9933

Closed
cameel opened this issue Sep 30, 2020 · 0 comments · Fixed by #12929
Closed

Automate publishing of release binaries #9933

cameel opened this issue Sep 30, 2020 · 0 comments · Fixed by #12929
Labels

Comments

@cameel
Copy link
Member

cameel commented Sep 30, 2020

Extracted from #9258. Best implemented after we're done with #9932.

Currently release binaries are built on Travis and CircleCI and then manually uploaded to github release page and solc-bin. We probably don't want to automate it all the way through - we need a human in the loop to be able to verify that everything is ok and possibly intervene - but parts of this process could still be streamlined. For example the creation of a draft release and submission of a PR with binaries to solc-bin.

It will be much easier if we decide to move the builds to Github actions in #9932. The downside of doing this way is that it would not be exactly the same build that is extensively tested on CircleCI.

This was extensively discussed with @ekpyron and @chriseth in #9258 and on Gitter but we did not come to a firm decision yet. We only decided that it's not a priority and can wait until we're done with more important tasks related to the binary release process overhaul.

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