Skip to content

Commit

Permalink
CI: add elpi as dependency for CoRN
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed Nov 13, 2024
1 parent 6997cc5 commit 984fe74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ library:ci-corn:
needs:
- build:edge+flambda
- plugin:ci-bignums
- plugin:ci-elpi
- library:ci-math_classes
stage: build-3+

Expand Down Expand Up @@ -917,6 +918,9 @@ plugin:ci-coq_dpdgraph:
plugin:ci-coqhammer:
extends: .ci-template-flambda

plugin:ci-elpi:
extends: .ci-template-flambda

plugin:ci-elpi_hb:
extends: .ci-template-flambda

Expand Down
2 changes: 1 addition & 1 deletion Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ci-coquelicot: ci-mathcomp
ci-deriving: ci-mathcomp
ci-math_classes: ci-bignums

ci-corn: ci-math_classes
ci-corn: ci-math_classes ci-elpi

ci-mtac2: ci-unicoq

Expand Down

0 comments on commit 984fe74

Please sign in to comment.