Skip to content

Commit f573a97

Browse files
committed
override coq.mathcomp too
1 parent c13aa2d commit f573a97

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,6 @@ jobs:
680680
name: 'Building/fetching previous CI target: mathcomp-analysis-stdlib'
681681
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
682682
"9.0-master" --argstr job "mathcomp-analysis-stdlib"
683-
- if: steps.stepCheck.outputs.status != 'fetched'
684-
name: 'Building/fetching previous CI target: mathcomp-algebra-tactics'
685-
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
686-
"9.0-master" --argstr job "mathcomp-algebra-tactics"
687683
- if: steps.stepCheck.outputs.status != 'fetched'
688684
name: 'Building/fetching previous CI target: interval'
689685
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,6 @@ jobs:
680680
name: 'Building/fetching previous CI target: mathcomp-analysis-stdlib'
681681
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
682682
"9.1-master" --argstr job "mathcomp-analysis-stdlib"
683-
- if: steps.stepCheck.outputs.status != 'fetched'
684-
name: 'Building/fetching previous CI target: mathcomp-algebra-tactics'
685-
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
686-
"9.1-master" --argstr job "mathcomp-algebra-tactics"
687683
- if: steps.stepCheck.outputs.status != 'fetched'
688684
name: 'Building/fetching previous CI target: interval'
689685
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle

.nix/config.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ in {
5959
};
6060
coqPackages = common-bundle // {
6161
coq.override.version = "9.0";
62+
mathcomp.override.version = "master";
63+
mathcomp-bigenough.override.version = "master";
64+
mathcomp-finmap.override.version = "master";
6265
ssprove.job = false; # not yet available for 9.1
6366
};
6467
};
@@ -84,6 +87,9 @@ in {
8487
};
8588
coqPackages = common-bundle // {
8689
coq.override.version = "9.1";
90+
mathcomp.override.version = "master";
91+
mathcomp-bigenough.override.version = "master";
92+
mathcomp-finmap.override.version = "master";
8793
ssprove.job = false; # not yet available for 9.1
8894
};
8995
};

0 commit comments

Comments
 (0)