HOL-Theorem-Prover / HOL

Canonical sources for HOL4 theorem-proving system. Branch develop is where “mainline development” occurs; when develop passes our regression tests, master is merged forward to catch up.
https://hol-theorem-prover.org
Other
607 stars 132 forks source link

[CI] build bootstrap and cv_compute examples in stdknl only #1218

Closed binghe closed 2 months ago

binghe commented 2 months ago

This unusual PR is sent to another PR (#1217), to shorten the CI building time with expk kernel.

Previously, examples/cv_compute is always built and examples/bootstrap was part of EX2DIR (level 2 examples not part of the CI tests when sending PRs). Now cv_compute depends on bootstrap, and both them should be tested as part of CI but only for the stdknl (which the new cv_compute facility only supports), so I moved them into EXDIR (level 1 examples, part of one-hour CI tests).