robertknight / tesseract-wasm

JS/WebAssembly build of the Tesseract OCR engine for use in browsers and Node

Home Page:https://robertknight.github.io/tesseract-wasm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

peg all dependency versions for deterministic building

wydengyre opened this issue · comments

There may be others but currently:

  • 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.