Skip to content

Commit a8cb841

Browse files
committed
Fix nix CI: erasure needs to come after template-pcuic
1 parent 5d79bbc commit a8cb841

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/nix-action-coq-8.16-macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ jobs:
138138
name: 'Building/fetching previous CI target: metacoq-safechecker'
139139
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
140140
--argstr job "metacoq-safechecker"
141-
- if: steps.stepCheck.outputs.status == 'built'
142-
name: 'Building/fetching previous CI target: metacoq-erasure'
143-
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
144-
--argstr job "metacoq-erasure"
145141
- if: steps.stepCheck.outputs.status == 'built'
146142
name: 'Building/fetching previous CI target: metacoq-template-pcuic'
147143
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
148144
--argstr job "metacoq-template-pcuic"
145+
- if: steps.stepCheck.outputs.status == 'built'
146+
name: 'Building/fetching previous CI target: metacoq-erasure'
147+
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
148+
--argstr job "metacoq-erasure"
149149
- if: steps.stepCheck.outputs.status == 'built'
150150
name: 'Building/fetching previous CI target: metacoq-safechecker-plugin'
151151
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"

.github/workflows/nix-action-coq-8.16-ubuntu.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ jobs:
138138
name: 'Building/fetching previous CI target: metacoq-safechecker'
139139
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
140140
--argstr job "metacoq-safechecker"
141-
- if: steps.stepCheck.outputs.status == 'built'
142-
name: 'Building/fetching previous CI target: metacoq-erasure'
143-
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
144-
--argstr job "metacoq-erasure"
145141
- if: steps.stepCheck.outputs.status == 'built'
146142
name: 'Building/fetching previous CI target: metacoq-template-pcuic'
147143
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
148144
--argstr job "metacoq-template-pcuic"
145+
- if: steps.stepCheck.outputs.status == 'built'
146+
name: 'Building/fetching previous CI target: metacoq-erasure'
147+
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"
148+
--argstr job "metacoq-erasure"
149149
- if: steps.stepCheck.outputs.status == 'built'
150150
name: 'Building/fetching previous CI target: metacoq-safechecker-plugin'
151151
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "coq-8.16"

0 commit comments

Comments
 (0)