Skip to content

Commit

Permalink
[CI] Add Coq 9.0+rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Jan 27, 2025
1 parent 01053c1 commit f751850
Show file tree
Hide file tree
Showing 7 changed files with 3,399 additions and 781 deletions.
523 changes: 308 additions & 215 deletions .github/workflows/nix-action-coq-8.18.yml

Large diffs are not rendered by default.

603 changes: 363 additions & 240 deletions .github/workflows/nix-action-coq-8.19.yml

Large diffs are not rendered by default.

524 changes: 346 additions & 178 deletions .github/workflows/nix-action-coq-8.20.yml

Large diffs are not rendered by default.

2,054 changes: 2,054 additions & 0 deletions .github/workflows/nix-action-coq-9.0.yml

Large diffs are not rendered by default.

464 changes: 319 additions & 145 deletions .github/workflows/nix-action-coq-master.yml

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
mathcomp-bigenough.override.version = "master";
multinomials.override.version = "master";
mathcomp-real-closed.override.version = "master";
coqeal.override.version = "master";
# coqeal.override.version = "master";
coqeal.job = false; # broken in master, c.f. https://github.com/coq/coq/pull/19228
};
in {
"coq-master".coqPackages = mcHBcommon // {
Expand All @@ -29,7 +30,12 @@
coq-elpi.override.elpi-version = "2.0.7";
bignums.override.version = "master";
paramcoq.override.version = "master";
coqeal.job = false; # broken in master, c.f. https://github.com/coq/coq/pull/19228
};

"coq-9.0".coqPackages = mcHBcommon // {
coq.override.version = "9.0";
coq-elpi.override.version = "v2.4.0";
coq-elpi.override.elpi-version = "2.0.7";
};

"coq-8.20".coqPackages = mcHBcommon // {
Expand Down
2 changes: 1 addition & 1 deletion .nix/coq-nix-toolbox.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"82da08ded8f5b913ab813ab079a698eff6ab70e2"
"513125b0f59fa52c3919c5f2bdc63077d341b18a"

0 comments on commit f751850

Please sign in to comment.