Age | Commit message (Collapse) | Author |
|
... so that they can be served and hence the corresponding
dependency can be absent.
|
|
...as required by grpc v1.53.0
|
|
google::longrunning::Operations::GetOperation
For each action that is executed, an entry is added to a shared thread
safe cache. Once the number of operations stored exceeds twice 2^n,
where n is given by the option --log-operations-threshold, at most 2^n
operations will be removed, in a FIFO scheme.
|
|
By having a proper rule for CC/IDE, these targets are no longer
needed
|
|
|
|
|
|
... and remove unused CC proto library target.
|
|
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>
|