Skip to content

Commit

Permalink
wip restricted neighbourhood
Browse files Browse the repository at this point in the history
  • Loading branch information
ndslusarz committed Jan 15, 2025
2 parents e6ca697 + d2fecce commit ea80de4
Show file tree
Hide file tree
Showing 88 changed files with 6,208 additions and 2,160 deletions.
452 changes: 389 additions & 63 deletions .github/workflows/nix-action-8.19.yml

Large diffs are not rendered by default.

452 changes: 389 additions & 63 deletions .github/workflows/nix-action-8.20.yml

Large diffs are not rendered by default.

642 changes: 517 additions & 125 deletions .github/workflows/nix-action-master.yml

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion .nix/config.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
let
common-bundle = {
mathcomp-classical.job = true;
mathcomp-reals.job = true;
mathcomp-analysis.job = true;
mathcomp-experimental-reals.job = true;
mathcomp-reals-stdlib.job = true;
mathcomp-analysis-stdlib.job = true;
ssprove.job = false;
};
in
Expand Down Expand Up @@ -55,13 +61,14 @@ in

bundles."master" = { coqPackages = common-bundle // {
coq.override.version = "master";
stdlib.override.version = "master";
coq-elpi.override.version = "master";
hierarchy-builder.override.version = "master";
mathcomp.override.version = "master";
mathcomp-bigenough.override.version = "master";
mathcomp-finmap.override.version = "master";
ssprove.job = false;
}; ocamlPackages = { elpi.override.version = "1.19.2"; }; };
}; ocamlPackages = { elpi.override.version = "2.0.6"; }; };

## Cachix caches to use in CI
## Below we list some standard ones
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 @@
"42eecc8a0f642b84bd179859d708ddc710c92004"
"fb3515feec422e546de863ad0101e2a51ec9b8db"
123 changes: 0 additions & 123 deletions .nix/coq-overlays/mathcomp-analysis/default.nix

This file was deleted.

Loading

0 comments on commit ea80de4

Please sign in to comment.