Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-05 | ExecutionResponse: Fix artifacts reserve size | Oliver Reiche | |
2022-06-22 | RemoteExecutionClient: Check and log execution status | Oliver Reiche | |
2022-06-13 | RemoteExecutionConfig: Keep global platform properties | Oliver Reiche | |
... and cache endpoint address for rebuilding. | |||
2022-05-09 | log to Error level when remote is unreachable | Alberto Sartori | |
2022-04-22 | Fix remote-client names in logging | Klaus Aehlig | |
The fact that we happen to use the same protocol as bazel does, does not mean we are bazel. After all, the remote-build-execution protocol is meant as a generic protocol. Hence change the names in logs to avoid confusions. | |||
2022-04-14 | add u+w permission when installing a file | Alberto Sartori | |
... to allow for overwriting | |||
2022-03-23 | Apply changes suggested by clang-tidy 11 | Oliver Reiche | |
2022-03-23 | Apply changes suggested by clang-format 11 | Oliver Reiche | |
2022-03-22 | BazelApi: Fix retrieving artifacts to filesystem path | Oliver Reiche | |
... which was accessing the wrong artifacts in the list if the artifact list contains a mixture of files and trees. | |||
2022-03-16 | Format: Apply compact JSON formatting | Oliver Reiche | |
2022-03-14 | BazelApi: Fix missing entries in cached trees from tree map | Oliver Reiche | |
... as wrongfully only sub-tree entries were added to locally cached trees, although they should also store entries for files and executables. | |||
2022-02-22 | Initial self-hosting commit | Klaus Aehlig | |
This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> Co-authored-by: Victor Moreno <victor.moreno1@huawei.com> |