[ ] Github Actions runs-on image version (currently ubuntu-latest, which can change out from under us)
[ ] clang-format (unspecified)
[ ] ninja-build (unspecified)
[ ] cmake (unspecified)
It might be worth looking into a tool like Earthly to produce deterministic builds that are identical when developing locally or using CI, but that could be treated as a separate issue.
There may be others but currently:
runs-on
image version (currentlyubuntu-latest
, which can change out from under us)clang-format
(unspecified)ninja-build
(unspecified)cmake
(unspecified)It might be worth looking into a tool like Earthly to produce deterministic builds that are identical when developing locally or using CI, but that could be treated as a separate issue.