@@ -2101,10 +2101,9 @@ jobs:
21012101 mathcomp-analysis :
21022102 needs :
21032103 - coq
2104+ - mathcomp-classical
21042105 - mathcomp-field
21052106 - mathcomp-bigenough
2106- - mathcomp-real-closed
2107- - mathcomp-classical
21082107 - hierarchy-builder
21092108 runs-on : ubuntu-latest
21102109 steps :
@@ -2140,6 +2139,10 @@ jobs:
21402139 name : ' Building/fetching previous CI target: coq'
21412140 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
21422141 job "coq"
2142+ - if : steps.stepCheck.outputs.status == 'built'
2143+ name : ' Building/fetching previous CI target: mathcomp-classical'
2144+ run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
2145+ job "mathcomp-classical"
21432146 - if : steps.stepCheck.outputs.status == 'built'
21442147 name : ' Building/fetching previous CI target: mathcomp-field'
21452148 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
@@ -2148,14 +2151,6 @@ jobs:
21482151 name : ' Building/fetching previous CI target: mathcomp-bigenough'
21492152 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
21502153 job "mathcomp-bigenough"
2151- - if : steps.stepCheck.outputs.status == 'built'
2152- name : ' Building/fetching previous CI target: mathcomp-real-closed'
2153- run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
2154- job "mathcomp-real-closed"
2155- - if : steps.stepCheck.outputs.status == 'built'
2156- name : ' Building/fetching previous CI target: mathcomp-classical'
2157- run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
2158- job "mathcomp-classical"
21592154 - if : steps.stepCheck.outputs.status == 'built'
21602155 name : ' Building/fetching previous CI target: hierarchy-builder'
21612156 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
@@ -2279,10 +2274,10 @@ jobs:
22792274 mathcomp-classical :
22802275 needs :
22812276 - coq
2282- - mathcomp-ssreflect
22832277 - mathcomp-algebra
22842278 - mathcomp-finmap
22852279 - hierarchy-builder
2280+ - hierarchy-builder
22862281 runs-on : ubuntu-latest
22872282 steps :
22882283 - name : Determine which commit to test
@@ -2317,10 +2312,6 @@ jobs:
23172312 name : ' Building/fetching previous CI target: coq'
23182313 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
23192314 job "coq"
2320- - if : steps.stepCheck.outputs.status == 'built'
2321- name : ' Building/fetching previous CI target: mathcomp-ssreflect'
2322- run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
2323- job "mathcomp-ssreflect"
23242315 - if : steps.stepCheck.outputs.status == 'built'
23252316 name : ' Building/fetching previous CI target: mathcomp-algebra'
23262317 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
@@ -2333,6 +2324,10 @@ jobs:
23332324 name : ' Building/fetching previous CI target: hierarchy-builder'
23342325 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
23352326 job "hierarchy-builder"
2327+ - if : steps.stepCheck.outputs.status == 'built'
2328+ name : ' Building/fetching previous CI target: hierarchy-builder'
2329+ run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
2330+ job "hierarchy-builder"
23362331 - if : steps.stepCheck.outputs.status == 'built'
23372332 name : Building/fetching current CI target
23382333 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
0 commit comments