Skip to content

Commit ea80de4

Browse files
committed
wip restricted neighbourhood
2 parents e6ca697 + d2fecce commit ea80de4

File tree

88 files changed

+6208
-2160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+6208
-2160
lines changed

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

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

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

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

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

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

.nix/config.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
let
22
common-bundle = {
3+
mathcomp-classical.job = true;
4+
mathcomp-reals.job = true;
5+
mathcomp-analysis.job = true;
6+
mathcomp-experimental-reals.job = true;
7+
mathcomp-reals-stdlib.job = true;
8+
mathcomp-analysis-stdlib.job = true;
39
ssprove.job = false;
410
};
511
in
@@ -55,13 +61,14 @@ in
5561

5662
bundles."master" = { coqPackages = common-bundle // {
5763
coq.override.version = "master";
64+
stdlib.override.version = "master";
5865
coq-elpi.override.version = "master";
5966
hierarchy-builder.override.version = "master";
6067
mathcomp.override.version = "master";
6168
mathcomp-bigenough.override.version = "master";
6269
mathcomp-finmap.override.version = "master";
6370
ssprove.job = false;
64-
}; ocamlPackages = { elpi.override.version = "1.19.2"; }; };
71+
}; ocamlPackages = { elpi.override.version = "2.0.6"; }; };
6572

6673
## Cachix caches to use in CI
6774
## Below we list some standard ones

.nix/coq-nix-toolbox.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"42eecc8a0f642b84bd179859d708ddc710c92004"
1+
"fb3515feec422e546de863ad0101e2a51ec9b8db"

.nix/coq-overlays/mathcomp-analysis/default.nix

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)