This directory contains the tools for propagation of binary build artifacts used for Decentralized Product Integration.
See the RFC draft for details.
bazel test --test_output=streamed ...
The bazel option --test_output=streamed
allows to see the output from the running tests in the log output from bazel. Otherwise the output from the test execution is hidden.
In order to run the python scripts non-hermetically from source, python3
must be available on your PATH and must be a recent version of Python 3.