Clone this repo:
  1. 93e1050 ci(deps): bump actions/deploy-pages from 4 to 5 by dependabot[bot] · 6 days ago upstream/main
  2. 6c9ce47 ci(deps): bump bazel-contrib/setup-bazel from 0.18.0 to 0.19.0 by dependabot[bot] · 6 days ago
  3. d06ba88 Update Threats and Mitigations section of Attestation doc by Giri Mandyam · 6 days ago
  4. ec87d4c docs: synchronize build and test instructions by Miguel Osorio · 7 days ago
  5. d51c3d0 docs: add RFC issue template by Miguel Osorio · 7 days ago

OpenPRoT

Technical Charter

The OpenPRoT Technical Charter can be found at https://github.com/OpenPRoT/.github/blob/main/GOVERNANCE.md

Getting Started

NOTE: We are converting our build system to bazel. We recommend installing bazelisk to automatically manage bazel versions.

Available Tasks

You can run tasks using the Pigweed workflow launcher pw or bazel.

  • ./pw presubmit - Run presubmit checks: formatting, license checks, C/C++ header checks and clippy.
  • ./pw format - Run the code formatters.
  • bazel test //... - Run all tests.
  • bazel build //docs - Build documentation.

Development

The project is structured as a bazel module.

Requirements

  • Bazel. We recommend installing bazelisk to automatically manage bazel versions.

No additional tools are required - all dependencies are managed by bazel.