File tree Expand file tree Collapse file tree
rocq-overlays/mathcomp-analysis-single Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ jobs:
491491 mathcomp-experimental-reals :
492492 needs :
493493 - rocq-core
494- - mathcomp-reals
494+ - mathcomp-analysis
495495 - mathcomp-bigenough
496496 runs-on : ubuntu-latest
497497 steps :
@@ -546,9 +546,9 @@ jobs:
546546 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
547547 " 9.0-master" --argstr job "rocq-core"
548548 - if : steps.stepCheck.outputs.status != 'fetched'
549- name : ' Building/fetching previous CI target: mathcomp-reals '
549+ name : ' Building/fetching previous CI target: mathcomp-analysis '
550550 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
551- " 9.0-master" --argstr job "mathcomp-reals "
551+ " 9.0-master" --argstr job "mathcomp-analysis "
552552 - if : steps.stepCheck.outputs.status != 'fetched'
553553 name : ' Building/fetching previous CI target: mathcomp-bigenough'
554554 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ jobs:
491491 mathcomp-experimental-reals :
492492 needs :
493493 - rocq-core
494- - mathcomp-reals
494+ - mathcomp-analysis
495495 - mathcomp-bigenough
496496 runs-on : ubuntu-latest
497497 steps :
@@ -546,9 +546,9 @@ jobs:
546546 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
547547 " 9.1-master" --argstr job "rocq-core"
548548 - if : steps.stepCheck.outputs.status != 'fetched'
549- name : ' Building/fetching previous CI target: mathcomp-reals '
549+ name : ' Building/fetching previous CI target: mathcomp-analysis '
550550 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
551- " 9.1-master" --argstr job "mathcomp-reals "
551+ " 9.1-master" --argstr job "mathcomp-analysis "
552552 - if : steps.stepCheck.outputs.status != 'fetched'
553553 name : ' Building/fetching previous CI target: mathcomp-bigenough'
554554 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ jobs:
617617 mathcomp-experimental-reals :
618618 needs :
619619 - rocq-core
620- - mathcomp-reals
620+ - mathcomp-analysis
621621 - mathcomp-bigenough
622622 runs-on : ubuntu-latest
623623 steps :
@@ -672,9 +672,9 @@ jobs:
672672 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
673673 " master" --argstr job "rocq-core"
674674 - if : steps.stepCheck.outputs.status != 'fetched'
675- name : ' Building/fetching previous CI target: mathcomp-reals '
675+ name : ' Building/fetching previous CI target: mathcomp-analysis '
676676 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
677- " master" --argstr job "mathcomp-reals "
677+ " master" --argstr job "mathcomp-analysis "
678678 - if : steps.stepCheck.outputs.status != 'fetched'
679679 name : ' Building/fetching previous CI target: mathcomp-bigenough'
680680 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
Original file line number Diff line number Diff line change 1- "6b32b8cd491ec44b75da86fb17e4353f2f102328 "
1+ "4a441c50de5618ef066128f9f6f84e6bc13066da "
Original file line number Diff line number Diff line change 1- { mathcomp-analysis } :
1+ { mathcomp-analysis , ... } :
22mathcomp-analysis . override { single = true ; }
You can’t perform that action at this time.
0 commit comments