File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
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/azure-blob-storage-upload@v3.0.0
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/'
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/azure-blob-storage-upload@v3.0.0
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/azure-blob-storage-upload@v3.0.0
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/'
You can’t perform that action at this time.
0 commit comments