Automate adding binaries to solc-bin during the release #14004
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
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 theupdate
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.
The text was updated successfully, but these errors were encountered: