-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Migrate bytecode comparison from Travis to CircleCI #9931
Labels
Comments
Notes from the call today:
|
Bytecode comparison is on circleci now. |
Just for future reference, it was implemented in this PR: #10039. |
This was referenced Oct 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #9258. Would also probably solve #4044.
Right now the bytecode comparison script runs on TravisCI (https://github.com/ethereum/solidity/blob/v0.7.2/.travis.yml#L208). We want to move away from Travis and move it to CircleCI.
When we move everything off Travis we'll be able to take away its write permissions to
solidity
repo/releases.The text was updated successfully, but these errors were encountered: