-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Install python dependencies on buildpack-deps images #15059
Conversation
15474a5
to
351a910
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
See commit 351a910 to clearly identify what was added and removed. The other commits are aesthetic only. |
|
|
|
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, but please only merge it if CI in #15060 actually passes. Both PRs should be merged together.
I'm also testing the nightly builds here: https://app.circleci.com/pipelines/github/ethereum/solidity?branch=test-nightly to avoid any surprise tomorrow hahaha |
Ok everything seems to pass with exception of the usual |
Install python packages and other common dependencies used by Linux machines on docker buildpack-deps images.
The PR also split the installation commands by line and sorts the packages by name, so we can easily detect changes and duplicates (note that
git
was duplicated in one of the dockerfiles).And it also removes a superfluous cleanup step from previous PR, see: #14976 (comment)