Skip to content

Commit c3f4dde

Browse files
committed
Rocq9: disable SerAPI temporarily
1 parent e3f82c2 commit c3f4dde

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
6464
echo "::group::Install opam packages"
6565
opam pin add -n -k version coq ${{ matrix.rocq }}
66+
opam install --confirm-level=unsafe-yes --deps-only .
6667
# coq-serapi's dependencies are installed now to ensure
67-
opam install --confirm-level=unsafe-yes --deps-only . coq-serapi
68-
opam install --confirm-level=unsafe-yes coq-serapi
68+
# opam install --confirm-level=unsafe-yes coq-serapi
6969
echo "::endgroup::"
7070
7171
echo "::group::Print opam config (post-install)"

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
(synopsis "A mechanization of the specification of ECMAScript regexes")
2020
(depends
2121
(ocaml (= 4.14.2))
22+
; LATER: move to rocq-prover once dune plugin is updated: https://github.com/ocaml/dune/pull/12035
2223
(coq (>= 9.1.0))))
2324

2425
(package

0 commit comments

Comments
 (0)