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 adding binaries to solc-bin during the release #14004

Open
cameel opened this issue Feb 23, 2023 · 1 comment
Open

Automate adding binaries to solc-bin during the release #14004

cameel opened this issue Feb 23, 2023 · 1 comment
Labels
medium effort Default level of effort medium impact Default level of impact must have Something we consider an essential part of Solidity 1.0. solcbin

Comments

@cameel
Copy link
Member

cameel commented Feb 23, 2023

Before we have CI fully handle solc-bin binaries, as described in #13610, we could do a simpler intermediate step towards it that would already make the releases simpler. The idea would be to create a script that downloads the binaries from CI, adds them to a local checkout of solc-bin, runs the update script and posts a PR to github. The script could also upload the binaries to github release page.

We would later use that script in CI as a part of #13610.

@cameel cameel added solcbin medium effort Default level of effort medium impact Default level of impact must have Something we consider an essential part of Solidity 1.0. labels Feb 23, 2023
@cameel cameel moved this to To do in Solidity Focus Board Feb 23, 2023
@nikola-matic
Copy link
Collaborator

Another thing to watch out for - the step should probably use node@16, since I had issues with 18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium effort Default level of effort medium impact Default level of impact must have Something we consider an essential part of Solidity 1.0. solcbin
Projects
None yet
Development

No branches or pull requests

3 participants