#NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Pants, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and support for specialized hardware.

https://github.com/TraceMachina/nativelink

#Cache #BuildCache #CI

GitHub - TraceMachina/nativelink: NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Pants, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and support for specialized hardware.

NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Pants, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically f...

GitHub
#Gradle Build Tool has a fantastic plugin ecosystem, but finding a #plugin that works well can be a challenge. Join our talk with Gradle’s Gary Hale for plugin authors to learn how to write plugins that consumers will love. We'll cover #pluginarchitecture, #taskconfiguration avoidance, configuration #cache compatibility, #buildcache planning and #testing, and backwards compatibility. Keep your plugin healthy and well-behaved as Gradle evolves - https://devnexus.com/presentations/writing-gradle-plugins-that-users-will-love
Writing Gradle plugins that users will love

Find out how developers can easily observe #BuildCache performance continuously, especially if using the remote cache for #LocalBuilds. Check out our latest blog post and learn how the #CashApp team observes remote build cache performance and tracks avoidance savings per build type -
Parallelizing builds and reducing overhead with the #Gradle #BuildCache: Real-world experience from Elastic's @[email protected] and Google's @[email protected] - https://www.youtube.com/watch?t=1467&v=ltVD87kVpEM&feature=youtu.be
Elastic & Google Cloud Platform | Dev Cloud Acceleration with Gradle Enterprise | 2021

YouTube
@aeveltstra have you experimented with the #gradle #buildCache? I recently tried it and cut a 4m build to 35s. I was pretty happy with that. Getting #intellij to use the cache has been a challenge