summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/TARGETS
AgeCommit message (Collapse)Author
2024-09-23Reorder dependencies and remove duplicates in OSSMaksim Denisov
2024-09-18Add tests for ByteStreamUtils::{Read, Write}RequestMaksim Denisov
2024-08-21tests: use newly defined test suiteKlaus Aehlig
... so that linting information gets propagated properly.
2024-01-19Add test case to check tree invariant in just executeSascha Roloff
2022-10-07LocalTreeMap: Drop the use of the map entirelyOliver Reiche
... as for remote execution, the map entries are only used for the `install` subcommand. For local execution, much less tree objects are read from CAS when using this map. However, the performance benefit is barely measurable and therefore we rather remove this map entirely to reduce complexity.
2022-03-16Format: Apply compact JSON formattingOliver Reiche
2022-02-22Initial self-hosting commitKlaus 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>