Skip to content

Commit e09ce73

Browse files
Merge PR rocq-prover#19829: [ci] Remove SerAPI from CI.
Reviewed-by: SkySkimmer Co-authored-by: SkySkimmer <[email protected]>
2 parents 6997cc5 + 57134e5 commit e09ce73

File tree

99 files changed

+1
-361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+1
-361
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,13 +1026,6 @@ library:ci-rupicola:
10261026
plugin:ci-coq_lsp:
10271027
extends: .ci-template-flambda
10281028

1029-
plugin:ci-serapi:
1030-
extends: .ci-template-flambda
1031-
needs:
1032-
- build:edge+flambda
1033-
- plugin:ci-coq_lsp
1034-
stage: build-2
1035-
10361029
plugin:ci-vscoq:
10371030
extends: .ci-template-flambda
10381031

Makefile.ci

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ CI_TARGETS= \
8686
ci-rewriter \
8787
ci-riscv_coq \
8888
ci-rupicola \
89-
ci-serapi \
90-
ci-serapi_test \
9189
ci-sf \
9290
ci-simple_io \
9391
ci-smtcoq \
@@ -179,8 +177,6 @@ ci-compcert: ci-menhir ci-flocq
179177

180178
ci-relation_algebra: ci-aac_tactics ci-mathcomp
181179

182-
ci-serapi: ci-coq_lsp
183-
184180
ci-smtcoq_trakt: ci-trakt
185181

186182
# Virtual targets used by the CI to group compilation of rules in a single job

dev/ci/ci-basic-overlay.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,12 +504,6 @@ project jasmin "https://github.com/jasmin-lang/jasmin" "main"
504504
project lean_importer "https://github.com/SkySkimmer/coq-lean-import" "master"
505505
# Contact @SkySkimmer on github
506506

507-
########################################################################
508-
# SerAPI
509-
########################################################################
510-
project serapi "https://github.com/ejgallego/coq-serapi" "main"
511-
# Contact @ejgallego on github
512-
513507
########################################################################
514508
# SMTCoq
515509
########################################################################

dev/ci/ci-coq_lsp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ if [ "$DOWNLOAD_ONLY" ]; then exit 0; fi
1515
_build/install/default/bin/coq-lsp --version
1616
dune runtest --root . test/serlib
1717
dune runtest --root . test/compiler
18-
# Needed by coq-serapi in CI
18+
# It was needed by coq-serapi in CI, we keep it for now
1919
dune install -p coq-lsp --prefix="$CI_INSTALL_DIR"
2020
)

dev/ci/ci-serapi.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

dev/ci/user-overlays/12324-proux01-enable-notation.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

dev/ci/user-overlays/13445-herbelin-master+reworking-assumptions.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

dev/ci/user-overlays/17393-ejgallego-skip_vofile.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

dev/ci/user-overlays/17674-ppedrot-vm-split-bytecode.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

dev/ci/user-overlays/18038-Yann-Leray-rewrite-rules.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)