Commit 58dae3f 1 parent c74b668 commit 58dae3f Copy full SHA for 58dae3f
File tree 11 files changed +204
-194
lines changed
11 files changed +204
-194
lines changed Original file line number Diff line number Diff line change 74
74
75
75
76
76
77
-
78
-
79
-
80
-
81
77
darwin-arm64-build :
82
78
name : ' darwin-arm64 arm-none-eabi-gcc ${{github.event.inputs.version}} build'
83
79
timeout-minutes : 2880 # 2 days
Original file line number Diff line number Diff line change 72
72
73
73
74
74
75
-
76
-
77
-
78
-
79
75
darwin-x64-build :
80
76
name : ' darwin-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} build'
81
77
timeout-minutes : 2880 # 2 days
Original file line number Diff line number Diff line change 74
74
75
75
76
76
77
+
78
+
79
+
80
+
81
+
82
+
77
83
linux-arm-build :
78
84
name : ' linux-arm arm-none-eabi-gcc ${{github.event.inputs.version}} build'
79
85
timeout-minutes : 2880 # 2 days
Original file line number Diff line number Diff line change 72
72
73
73
74
74
75
+
76
+
77
+
78
+
79
+
80
+
75
81
linux-arm64-build :
76
82
name : ' linux-arm64 arm-none-eabi-gcc ${{github.event.inputs.version}} build'
77
83
timeout-minutes : 2880 # 2 days
Original file line number Diff line number Diff line change 70
70
jobs :
71
71
72
72
73
+
74
+
75
+
76
+
77
+
78
+
73
79
linux-x64-build :
74
80
name : ' linux-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} build'
75
81
timeout-minutes : 5760 # 4 days
Original file line number Diff line number Diff line change 70
70
jobs :
71
71
72
72
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
73
win32-x64-build :
84
74
name : ' win32-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} build'
85
75
timeout-minutes : 5760 # 4 days
@@ -219,3 +209,13 @@ jobs:
219
209
220
210
221
211
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
Original file line number Diff line number Diff line change 42
42
jobs :
43
43
44
44
45
+
46
+
47
+
48
+
49
+
50
+
45
51
linux-x64 :
46
52
name : ' linux-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
47
53
timeout-minutes : 5760 # 4 days
64
70
65
71
66
72
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
73
win32-x64 :
78
74
name : ' win32-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
79
75
timeout-minutes : 5760 # 4 days
@@ -100,6 +96,12 @@ jobs:
100
96
101
97
102
98
99
+
100
+
101
+
102
+
103
+
104
+
103
105
linux-arm :
104
106
name : ' linux-arm arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
105
107
timeout-minutes : 2880 # 2 days
@@ -125,6 +127,12 @@ jobs:
125
127
126
128
127
129
130
+
131
+
132
+
133
+
134
+
135
+
128
136
linux-arm64 :
129
137
name : ' linux-arm64 arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
130
138
timeout-minutes : 2880 # 2 days
@@ -149,10 +157,6 @@ jobs:
149
157
150
158
151
159
152
-
153
-
154
-
155
-
156
160
darwin-x64 :
157
161
name : ' darwin-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
158
162
timeout-minutes : 2880 # 2 days
@@ -181,10 +185,6 @@ jobs:
181
185
182
186
183
187
184
-
185
-
186
-
187
-
188
188
darwin-arm64 :
189
189
name : ' darwin-arm64 arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
190
190
timeout-minutes : 2880 # 2 days
Original file line number Diff line number Diff line change 73
73
74
74
75
75
76
+
77
+
78
+
79
+
80
+
81
+
76
82
# https://en.wikipedia.org/wiki/Ubuntu_version_history
77
83
# https://hub.docker.com/_/ubuntu
78
84
# The ubuntu:12.04 image fails to update.
@@ -720,10 +726,4 @@ jobs:
720
726
# (zypper lr -u)
721
727
722
728
723
-
724
-
725
-
726
-
727
-
728
-
729
729
# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 71
71
jobs :
72
72
73
73
74
+
75
+
76
+
77
+
78
+
79
+
74
80
# https://en.wikipedia.org/wiki/Ubuntu_version_history
75
81
# https://hub.docker.com/_/ubuntu
76
82
# The ubuntu:12.04 image fails to update.
@@ -454,10 +460,4 @@ jobs:
454
460
455
461
456
462
457
-
458
-
459
-
460
-
461
-
462
-
463
463
# -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments