Commit Graph

11 Commits

Author SHA1 Message Date
Mehrdad Afshari bd233ba18a Revert to the official manylinux1 image 2018-07-09 12:33:39 -04:00
Mehrdad Afshari 797a0620c7 Use a Docker image that includes Python3.7rc1
In order to build Python3.7 packages for manylinux1
platform, we need our Docker image to include
Python3.7.  Unfortunately, since Python 3.7 is still
in RC1 stage, the official docker image does not
include that Python release, so we temporarily
rely on our own underlying docker image to build.
2018-06-14 13:20:59 -07:00
Naresh 32f7c48dad
Revert removals from python artifact dockerfiles
89ce16b removed a few package installations from the dockerfiles for
building python artifacts. Revert them.

Revert certain package install removal from python artifact dockerfiles
2018-03-05 20:50:45 +00:00
Naresh 89ce16b6da
Update Dockerfiles for python artifacts to use latest git version
Due to a recent change (Feb 2018) in Github's policy to discontinue
support for weak cryptographic standards, older git versions stopped
working with Github repositories. The Dockerfiles for building python
artifacts currently uses git 2.0.5, that fails with an error `tlsv1
alert protocol version`.

The CentOS image by the latest source Dockerfile, `manylinux` comes
with the latest version of git as well, removing the need to manually
build git from source.
2018-03-04 02:21:36 +00:00
Matt Kwong a110c74c58 Update BoringSSL to latest chromium-stable ref 2018-01-26 18:21:25 -08:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Ken Payson 38901585d4 Workaround new wget SSL failure 2017-03-15 16:23:36 -07:00
Ken Payson 626fb455ac Add Python3.6 to build artifacts 2017-02-22 18:43:10 -08:00
Matt Kwong 346f9e46eb Fix Python artifact build 2016-12-22 12:07:27 -08:00
Masood Malekghassemi d4b4009c37 Use Python namespace packages
Before, namespace packages would break in auditwheel due to a
superfluous check (fixed in the commit referenced in the Dockerfiles).
Now, the auditwheel used in the manylinux1-support Docker images can
handle namespace packages, and we may thus use them. This should
alleviate future user pain w.r.t. installation of grpcio-tools causing
loss of grpcio files and vice versa (e.g. requiring a reinstall of
grpcio following installation of grpcio-tools).
2016-06-06 18:55:43 -07:00
Masood Malekghassemi 010eb48d21 Use manylinux 2016-05-04 15:30:30 -07:00