Skip to content

Commit

Permalink
Restore continuous integration.
Browse files Browse the repository at this point in the history
Instead of downgrading Dune so as to be able to install the dev version of
Coq, Opam prefers to install the 8.19.dev version of Coq, which in turn
breaks because of "dune subst".
  • Loading branch information
silene committed Jun 20, 2024
1 parent bee0db8 commit d9b8e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core-dev/packages/coq-core/coq-core.8.19+rc1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage: "https://coq.inria.fr/"
doc: "https://coq.github.io/doc/"
bug-reports: "https://github.com/coq/coq/issues"
depends: [
"dune" {>= "2.9"}
"dune" {>= "2.9" & < "3.14"}
"ocaml" {>= "4.09.0"}
"ocamlfind" {>= "1.8.1"}
"zarith" {>= "1.11"}
Expand Down
2 changes: 1 addition & 1 deletion core-dev/packages/coq-core/coq-core.8.19.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage: "https://coq.inria.fr/"
doc: "https://coq.github.io/doc/"
bug-reports: "https://github.com/coq/coq/issues"
depends: [
"dune" {>= "2.9"}
"dune" {>= "2.9" & < "3.14"}
"ocaml" {>= "4.09.0"}
"ocamlfind" {>= "1.8.1"}
"zarith" {>= "1.11"}
Expand Down

0 comments on commit d9b8e72

Please sign in to comment.