Clone this repo:
  1. 03d3130 Rename VerifierBroken to VerifierError in tests by Christina Quast · 2 days ago upstream/main upstream/sync/main-to-earlgrey-hwe
  2. 7d2b1df orchestrator: Test the at-rest guarantee end to end by Christina Quast · 2 days ago
  3. d11fdb4 orchestrator: Add the LockdownLatch terminal capability trait by Christina Quast · 2 days ago
  4. d2ea598 chore: Roll pigweed by Dave Roth · 2 days ago
  5. 0287b2d docs: Say platform driver, not shell by Christina Quast · 6 days ago upstream/ocp-global-demo-wip

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.