-
Using the REAPI for Distributed Builds
"computing" is licensed under CC0 1.0 Intro
As mentioned in the first part of this article, An Introduction to Distributed Builds and Remote Execution, there is no single solution to the problem of building software in a distributed manner. This description will focus on a solution based on the …
-
An Introduction to Remote Execution and Distributed Builds
"computing" is licensed under CC0 1.0 Building software
Part of creating software involves translating source code into instructions that can be executed by hardware and packaging the results in a way that can be consumed by users. That process is known as building (although colloquially it sometimes can be …