Update the way dockerfiles install pip for python 2.7 and 3.5#25333
Update the way dockerfiles install pip for python 2.7 and 3.5#25333jtattermusch merged 5 commits intogrpc:masterfrom
Conversation
|
@apolcyn owners approval please. |
bc6a3b1 to
dc08e62
Compare
|
Explanation for the bazel basic build issue: https://source.cloud.google.com/results/invocations/1e9a4031-9616-4da7-b5a4-3a4c74c133de It seems that rebuilding the bazel dockerimage, the clang version also gets upgraded from 9.0.0 to 12.0.0 and the new clang version reports some new warnings that get treated as an error: The old docker image: The new bazel docker image: Easy way to reproduce locally: |
|
I found this PR that should be solving the implicit conversion warning: #24775 |
|
#24775 was merged, that should fix the bazel basic build issue. |
|
Now getting this error: |
dc08e62 to
7619438
Compare
7619438 to
2b6bebc
Compare
|
I pinned the version of gcr.io/oss-fuzz-base/base-builder in the bazel docker image, which has solved the bazel build issue (as clang version is now <12.0.0) |
The pip obtained by
https://bootstrap.pypa.io/get-pip.pyno longer works under python2.7 and python3.5, which makes python dockerfiles fail on rebuild.