Skip to content

Commit c8dc592

Browse files
authored
Update prebuild-sstate.yml
Prebuilding continue on error
1 parent 20aeb68 commit c8dc592

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/prebuild-sstate.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
prebuild-qemux86-64:
3030
name: "Prebuild qemux86-64"
3131
runs-on: ubuntu-22.04
32+
continue-on-error: true
3233
steps:
3334
- name: Checkout
3435
uses: actions/checkout@v3
@@ -50,7 +51,7 @@ jobs:
5051
run: |
5152
KAS_MACHINE=qemux86-64 timeout --signal=SIGINT 4h kas build --update kas/leda-kirkstone.yaml:kas/spdx.yaml:kas/mirrors.yaml
5253
- uses: bacongobbler/[email protected]
53-
if: always() && ${{ github.repository_owner == 'SoftwareDefinedVehicle' }}
54+
if: github.repository_owner == 'SoftwareDefinedVehicle'
5455
with:
5556
source_dir: 'build/sstate-cache/'
5657
extra_args: '--destination-path sstate-cache/'
@@ -83,7 +84,7 @@ jobs:
8384
run: |
8485
KAS_MACHINE=qemuarm64 timeout --signal=SIGINT 4h kas build --update kas/leda-kirkstone.yaml:kas/spdx.yaml:kas/mirrors.yaml
8586
- uses: bacongobbler/[email protected]
86-
if: always() && ${{ github.repository_owner == 'SoftwareDefinedVehicle' }}
87+
if: github.repository_owner == 'SoftwareDefinedVehicle'
8788
with:
8889
source_dir: 'build/sstate-cache/'
8990
extra_args: '--destination-path sstate-cache/'
@@ -116,7 +117,7 @@ jobs:
116117
run: |
117118
KAS_MACHINE=raspberrypi4-64 timeout --signal=SIGINT 4h kas build --update kas/leda-kirkstone.yaml:kas/spdx.yaml:kas/mirrors.yaml
118119
- uses: bacongobbler/[email protected]
119-
if: always() && ${{ github.repository_owner == 'SoftwareDefinedVehicle' }}
120+
if: github.repository_owner == 'SoftwareDefinedVehicle'
120121
with:
121122
source_dir: 'build/sstate-cache/'
122123
extra_args: '--destination-path sstate-cache/'

0 commit comments

Comments
 (0)