Skip to content

Commit a48844f

Browse files
authored
Merge pull request #507 from proux01/ci-coq9
[CI] Add Coq 9.0+rc1
2 parents 01053c1 + f751850 commit a48844f

File tree

7 files changed

+3399
-781
lines changed

7 files changed

+3399
-781
lines changed

.github/workflows/nix-action-coq-8.18.yml

Lines changed: 308 additions & 215 deletions
Large diffs are not rendered by default.

.github/workflows/nix-action-coq-8.19.yml

Lines changed: 363 additions & 240 deletions
Large diffs are not rendered by default.

.github/workflows/nix-action-coq-8.20.yml

Lines changed: 346 additions & 178 deletions
Large diffs are not rendered by default.

.github/workflows/nix-action-coq-9.0.yml

Lines changed: 2054 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/nix-action-coq-master.yml

Lines changed: 319 additions & 145 deletions
Large diffs are not rendered by default.

.nix/config.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
mathcomp-bigenough.override.version = "master";
2020
multinomials.override.version = "master";
2121
mathcomp-real-closed.override.version = "master";
22-
coqeal.override.version = "master";
22+
# coqeal.override.version = "master";
23+
coqeal.job = false; # broken in master, c.f. https://github.com/coq/coq/pull/19228
2324
};
2425
in {
2526
"coq-master".coqPackages = mcHBcommon // {
@@ -29,7 +30,12 @@
2930
coq-elpi.override.elpi-version = "2.0.7";
3031
bignums.override.version = "master";
3132
paramcoq.override.version = "master";
32-
coqeal.job = false; # broken in master, c.f. https://github.com/coq/coq/pull/19228
33+
};
34+
35+
"coq-9.0".coqPackages = mcHBcommon // {
36+
coq.override.version = "9.0";
37+
coq-elpi.override.version = "v2.4.0";
38+
coq-elpi.override.elpi-version = "2.0.7";
3339
};
3440

3541
"coq-8.20".coqPackages = mcHBcommon // {

.nix/coq-nix-toolbox.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"82da08ded8f5b913ab813ab079a698eff6ab70e2"
1+
"513125b0f59fa52c3919c5f2bdc63077d341b18a"

0 commit comments

Comments
 (0)