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 29
29
prebuild-qemux86-64 :
30
30
name : " Prebuild qemux86-64"
31
31
runs-on : ubuntu-22.04
32
+ continue-on-error : true
32
33
steps :
33
34
- name : Checkout
34
35
uses : actions/checkout@v3
50
51
run : |
51
52
KAS_MACHINE=qemux86-64 timeout --signal=SIGINT 4h kas build --update kas/leda-kirkstone.yaml:kas/spdx.yaml:kas/mirrors.yaml
52
53
-
uses :
bacongobbler/[email protected]
53
- if : always() && ${{ github.repository_owner == 'SoftwareDefinedVehicle' }}
54
+ if : github.repository_owner == 'SoftwareDefinedVehicle'
54
55
with :
55
56
source_dir : ' build/sstate-cache/'
56
57
extra_args : ' --destination-path sstate-cache/'
83
84
run : |
84
85
KAS_MACHINE=qemuarm64 timeout --signal=SIGINT 4h kas build --update kas/leda-kirkstone.yaml:kas/spdx.yaml:kas/mirrors.yaml
85
86
-
uses :
bacongobbler/[email protected]
86
- if : always() && ${{ github.repository_owner == 'SoftwareDefinedVehicle' }}
87
+ if : github.repository_owner == 'SoftwareDefinedVehicle'
87
88
with :
88
89
source_dir : ' build/sstate-cache/'
89
90
extra_args : ' --destination-path sstate-cache/'
@@ -116,7 +117,7 @@ jobs:
116
117
run : |
117
118
KAS_MACHINE=raspberrypi4-64 timeout --signal=SIGINT 4h kas build --update kas/leda-kirkstone.yaml:kas/spdx.yaml:kas/mirrors.yaml
118
119
-
uses :
bacongobbler/[email protected]
119
- if : always() && ${{ github.repository_owner == 'SoftwareDefinedVehicle' }}
120
+ if : github.repository_owner == 'SoftwareDefinedVehicle'
120
121
with :
121
122
source_dir : ' build/sstate-cache/'
122
123
extra_args : ' --destination-path sstate-cache/'
You can’t perform that action at this time.
0 commit comments