Skip to content

Commit da77763

Browse files
committed
[CI] Fix odd-order
1 parent 6633e03 commit da77763

File tree

6 files changed

+958
-1143
lines changed

6 files changed

+958
-1143
lines changed

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

Lines changed: 200 additions & 294 deletions
Large diffs are not rendered by default.

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

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

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

Lines changed: 242 additions & 336 deletions
Large diffs are not rendered by default.

.github/workflows/nix-action-rocq-9.1.yml

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

.nix/config.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,15 @@ let master = [
6161
"coq-8.20".coqPackages = coq-common-bundles // {
6262
coq.override.version = "8.20";
6363
coq-elpi.override.elpi-version = "v3.1.0";
64+
odd-order.job = false; # no longer supported since https://github.com/math-comp/odd-order/pull/74
6465
};
6566

6667
"rocq-9.0" = { rocqPackages = rocq-common-bundles // {
6768
rocq-core.override.version = "9.0";
6869
}; coqPackages = coq-common-bundles // {
6970
coq.override.version = "9.0";
7071
hierarchy-builder.override.version = "master";
72+
odd-order.job = false; # no longer supported since https://github.com/math-comp/odd-order/pull/74
7173
}; };
7274

7375
"rocq-9.1" = { rocqPackages = rocq-common-bundles // {

.nix/coq-nix-toolbox.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
"ef49c0f062e0fb852da63b48a7b08374fdb308e7"
1+
"86ae2e855f1f6a506813102eb7363c5e54a62fca"
2+

0 commit comments

Comments
 (0)