TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Faster Builds with Container-Based Infrastructure and Docker

70 点作者 aseidl超过 10 年前

5 条评论

aseidl超过 10 年前
Some rough numbers: bundle install has gone from ~50s to 3s for my Jekyll + s3_website setup. The overall build has dropped from ~120s to 45s thanks to that and using a cached version of Ruby.<p>One gotcha for anyone with a similar setup: make sure Jekyll&#x27;s _config.yml is set to exclude&#x2F;ignore the vendor directory. Oops.
评论 #8764981 未加载
hunt超过 10 年前
This is exciting news - it&#x27;s a shame that sudo isn&#x27;t supported in the Travis-CI Docker containers (is this common for all Docker containers?). Uploading binaries to S3 and then downloading them to use in the build process seems like a total faff - I use Travis-CI to avoid that kind of hassle...
GolfyMcG超过 10 年前
I already liked some of the UI updates I was seeing on Travis yesterday - this sounds like it could solve some of my (few) issues with Travis&#x27; consistency and speed! Excited to dig in further.<p>E1: Removed incorrect possessive form of Travis.
jakozaur超过 10 年前
That&#x27;s a great news. I see ppl setup their own CI, b&#x2F;c they need some custom stuff.<p>With Travis CI supporting docker, it is way easier to do that with them.
评论 #8763148 未加载
preillyme超过 10 年前
Wow this really is only the beginning of you offering better, faster and more reliable builds on Travis CI. You seem to have a lot more things planned to improve stability, I&#x27;m totally excited that you shipped this today.