GitHub user jeking3 opened a pull request:
https://github.com/apache/thrift/pull/1387
THRIFT-4351: use travis build stages to optimize build,
avoiding duplicate rebuilds of the same image
THRIFT-4345: solidify docker build strategy for maximum
coverage: trusty, xenial, artful as stock as they can be
THRIFT-4344: add top level language summary markdown and
update readme with a new image on the layered architecture
THRIFT-3847: remove VERSION macro from config.h
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jeking3/thrift THRIFT-4351
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1387.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1387
----
commit b93f58914937abeacf3914543a195611e452bb7c
Author: James E. King, III <[email protected]>
Date: 2017-09-30T22:44:16Z
THRIFT-4351: use travis build stages to optimize build,
avoiding duplicate rebuilds of the same image
THRIFT-4345: solidify docker build strategy for maximum
coverage: trusty, xenial, artful as stock as they can be
THRIFT-4344: add top level language summary markdown and
update readme with a new image on the layered architecture
THRIFT-3847: remove VERSION macro from config.h
----
---