@@ -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
@@ -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
0 commit comments