Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test mathcomp 2.3.0 #65

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
4 changes: 4 additions & 0 deletions .nix/nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fetchTarball {
url = "https://github.com/CohenCyril/nixpkgs/archive/948447c4fbc2b037d08b25c7b7f3339145ab9235.tar.gz";
sha256 = "09hjqk8vnfkywydr6ha3cjam9r9xlkx3zz02fj6z29j8p3sk5fqi";
}
Loading