Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 608 Bytes

File metadata and controls

15 lines (10 loc) · 608 Bytes

Misc. developer notes

  • CI validates schemas with flatc v22.9.29.
  • Avoid upgrading flatbuffers without verifying that the target version is compatible with the version used on the digitsers
  • This tool for editing sequence diagrams.

Building and testing container images locally

This assumes you are using Podman, in theory Docker should be very similar if not identical.

nix flake show can be used to see all of the available build outputs.

  • nix build .#<component>-container-image
  • podman load < result
  • podman run --rm -it ...