Skip to content
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
10 changes: 3 additions & 7 deletions .github/workflows/nix-action-9.0-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ jobs:
mathcomp-experimental-reals:
needs:
- rocq-core
- mathcomp-reals
- mathcomp-analysis
- mathcomp-bigenough
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -546,9 +546,9 @@ jobs:
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
"9.0-master" --argstr job "rocq-core"
- if: steps.stepCheck.outputs.status != 'fetched'
name: 'Building/fetching previous CI target: mathcomp-reals'
name: 'Building/fetching previous CI target: mathcomp-analysis'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
"9.0-master" --argstr job "mathcomp-reals"
"9.0-master" --argstr job "mathcomp-analysis"
- if: steps.stepCheck.outputs.status != 'fetched'
name: 'Building/fetching previous CI target: mathcomp-bigenough'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
Expand Down Expand Up @@ -680,10 +680,6 @@ jobs:
name: 'Building/fetching previous CI target: mathcomp-analysis-stdlib'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
"9.0-master" --argstr job "mathcomp-analysis-stdlib"
- if: steps.stepCheck.outputs.status != 'fetched'
name: 'Building/fetching previous CI target: mathcomp-algebra-tactics'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
"9.0-master" --argstr job "mathcomp-algebra-tactics"
- if: steps.stepCheck.outputs.status != 'fetched'
name: 'Building/fetching previous CI target: interval'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/nix-action-9.1-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ jobs:
mathcomp-experimental-reals:
needs:
- rocq-core
- mathcomp-reals
- mathcomp-analysis
- mathcomp-bigenough
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -546,9 +546,9 @@ jobs:
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
"9.1-master" --argstr job "rocq-core"
- if: steps.stepCheck.outputs.status != 'fetched'
name: 'Building/fetching previous CI target: mathcomp-reals'
name: 'Building/fetching previous CI target: mathcomp-analysis'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
"9.1-master" --argstr job "mathcomp-reals"
"9.1-master" --argstr job "mathcomp-analysis"
- if: steps.stepCheck.outputs.status != 'fetched'
name: 'Building/fetching previous CI target: mathcomp-bigenough'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
Expand Down Expand Up @@ -680,10 +680,6 @@ jobs:
name: 'Building/fetching previous CI target: mathcomp-analysis-stdlib'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
"9.1-master" --argstr job "mathcomp-analysis-stdlib"
- if: steps.stepCheck.outputs.status != 'fetched'
name: 'Building/fetching previous CI target: mathcomp-algebra-tactics'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
"9.1-master" --argstr job "mathcomp-algebra-tactics"
- if: steps.stepCheck.outputs.status != 'fetched'
name: 'Building/fetching previous CI target: interval'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nix-action-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ jobs:
mathcomp-experimental-reals:
needs:
- rocq-core
- mathcomp-reals
- mathcomp-analysis
- mathcomp-bigenough
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -672,9 +672,9 @@ jobs:
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
"master" --argstr job "rocq-core"
- if: steps.stepCheck.outputs.status != 'fetched'
name: 'Building/fetching previous CI target: mathcomp-reals'
name: 'Building/fetching previous CI target: mathcomp-analysis'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
"master" --argstr job "mathcomp-reals"
"master" --argstr job "mathcomp-analysis"
- if: steps.stepCheck.outputs.status != 'fetched'
name: 'Building/fetching previous CI target: mathcomp-bigenough'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
Expand Down
8 changes: 8 additions & 0 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ let
mathcomp-analysis-stdlib.job = true;
ssprove.override.version = "main";
mathcomp-infotheo.override.version = "master";
interval.override.version = "master";
coquelicot.override.version = "master";
};
in {
## DO NOT CHANGE THIS
Expand Down Expand Up @@ -59,6 +61,9 @@ in {
};
coqPackages = common-bundle // {
coq.override.version = "9.0";
mathcomp.override.version = "master";
mathcomp-bigenough.override.version = "master";
mathcomp-finmap.override.version = "master";
ssprove.job = false; # not yet available for 9.1
};
};
Expand All @@ -84,6 +89,9 @@ in {
};
coqPackages = common-bundle // {
coq.override.version = "9.1";
mathcomp.override.version = "master";
mathcomp-bigenough.override.version = "master";
mathcomp-finmap.override.version = "master";
ssprove.job = false; # not yet available for 9.1
};
};
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 @@
"6b32b8cd491ec44b75da86fb17e4353f2f102328"
"4a441c50de5618ef066128f9f6f84e6bc13066da"
2 changes: 1 addition & 1 deletion .nix/rocq-overlays/mathcomp-analysis-single/default.nix
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{ mathcomp-analysis }:
{ mathcomp-analysis, ... }:
mathcomp-analysis.override {single = true;}
Loading