File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 } ;
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 } ;
You can’t perform that action at this time.
0 commit comments