Closed stweil closed 6 months ago
I tried two different variants for getting the submodules:
make all GIT_DEPTH="--depth 1"
). That costs about 45 s during the build step, but reduces the time for the checkout step to 1 s.So the. 2nd variant is much better, at least with GIT_DEPTH="--depth 1"
which should be used by all CI and Docker builds. Currently those builds don't use it.
Example result for this action: https://github.com/stweil/ocrd_all/actions/runs/8294000625/job/22698144574.
This pull request depends on pull request #410 and currently ignores errors from
make check
because of issue https://github.com/OCR-D/ocrd_froc/issues/10.It must be triggered manually, but could also be run for example weekly in the future to detect any regressions earlier.