Skip to content

Commit

Permalink
test mathcomp 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Dec 2, 2024
1 parent 21062a5 commit f4630f5
Show file tree
Hide file tree
Showing 7 changed files with 1,457 additions and 702 deletions.
352 changes: 176 additions & 176 deletions .github/workflows/nix-action-8.17.yml

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions .github/workflows/nix-action-8.18.yml

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions .github/workflows/nix-action-8.19.yml

Large diffs are not rendered by default.

751 changes: 751 additions & 0 deletions .github/workflows/nix-action-8.20.yml

Large diffs are not rendered by default.

428 changes: 214 additions & 214 deletions .github/workflows/nix-action-master.yml

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## select an entry to build in the following `bundles` set
## defaults to "default"
default-bundle = "8.19";
default-bundle = "8.20";

## write one `bundles.name` attribute set per
## alternative configuration
Expand All @@ -54,11 +54,15 @@
};
"8.18".coqPackages = common-bundles // {
coq.override.version = "8.18";
mathcomp.override.version = "2.2.0";
mathcomp.override.version = "2.3.0";
};
"8.19".coqPackages = common-bundles // {
coq.override.version = "8.19";
mathcomp.override.version = "2.2.0";
mathcomp.override.version = "2.3.0";
};
"8.20".coqPackages = common-bundles // {
coq.override.version = "8.20";
mathcomp.override.version = "2.3.0";
};
"master".coqPackages = common-bundles // {
coq.override.version = "master";
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 @@
"71ce950dc44c719bf83587321f4f7eb07e189ab5"
"858ff8dd010deded3b9cab8e04fbfad20151af5c"

0 comments on commit f4630f5

Please sign in to comment.