Build Cache Server

Hi List,

Gradle supports an awesome new feature: a distributed build cache. This allows in a team to share build intermediates and reuse each others caches, even for clean builds. As compile times in Xcode/Swift are still pretty long, would that be something that llbuild could support?

https://docs.gradle.org/3.5/userguide/build_cache.html#sec:build_cache_setup_http_backend

Best,
Fabian

Hi Fabian,

Yes, this is something we are definitely working towards in llbuild, but we still have a fair amount of work to do.

- Daniel

ยทยทยท

On Nov 9, 2017, at 8:27 AM, Fabian Ehrentraud via swift-build-dev <swift-build-dev@swift.org> wrote:

Hi List,

Gradle supports an awesome new feature: a distributed build cache. This allows in a team to share build intermediates and reuse each others caches, even for clean builds. As compile times in Xcode/Swift are still pretty long, would that be something that llbuild could support?

Build Cache - Gradle User Guide Version 3.5

Best,
Fabian
_______________________________________________
swift-build-dev mailing list
swift-build-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-build-dev

Hello, is there any update on this topic? Thanks!