[
https://issues.apache.org/jira/browse/THRIFT-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272053#comment-15272053
]
ASF GitHub Bot commented on THRIFT-3816:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/1007
THRIFT-3816 Reduce docker build duration on Travis-CI
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3816
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1007.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 #1007
----
commit a49eddaf36a99dc86929c5181c0e128492ca61d4
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-05-05T06:38:15Z
THRIFT-3816 Reduce docker build duration on Travis-CI
----
> Reduce docker build duration on Travis-CI
> -----------------------------------------
>
> Key: THRIFT-3816
> URL: https://issues.apache.org/jira/browse/THRIFT-3816
> Project: Thrift
> Issue Type: Improvement
> Components: Build Process
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
>
> cross test jobs on Travis-CI are frequently hitting 50 min limit.
> For now, reducing docker build time by several minutes should fix it.
> Dockerfile changes:
> * buildpack-deps base image for fewer apt packages
> https://hub.docker.com/_/buildpack-deps
> * one-off apt-get/yum
> It would cause problem for retrying. in that case we can split them again
> .travis.yml changes:
> * remove "docker pull" because cache can no longer be reused because of
> docker change
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)