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

Create a cron scheduled job that tests producing release binaries #761

Open
cburgdorf opened this issue Jul 6, 2022 · 0 comments
Open
Labels

Comments

@cburgdorf
Copy link
Collaborator

What is wrong?

Every once in a while when we want to cut a release we are surprised to find out that cutting the release failed because there's some issue with either solc, gcc, boost or whatever. It would be nice if we had a job that runs once a day and produces actual binaries for all supported platforms. That way we can find out early instead of having to deal with it at release day.

How can it be fixed

Basically do what expensive.yams does (but scheduling it once a day should be enough) and combine it with what our release job does except that it should not actually upload the binaries to the release page. But testing the binaries (e.g. compiling a contract) would be a nice extra gem.

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

No branches or pull requests

1 participant