Skip to content

Commit 58dae3f

Browse files
committed
re-generate commons
1 parent c74b668 commit 58dae3f

11 files changed

+204
-194
lines changed

.github/workflows/build-darwin-arm64.yml

-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ jobs:
7474

7575

7676

77-
78-
79-
80-
8177
darwin-arm64-build:
8278
name: 'darwin-arm64 arm-none-eabi-gcc ${{github.event.inputs.version}} build'
8379
timeout-minutes: 2880 # 2 days

.github/workflows/build-darwin-x64.yml

-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ jobs:
7272

7373

7474

75-
76-
77-
78-
7975
darwin-x64-build:
8076
name: 'darwin-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} build'
8177
timeout-minutes: 2880 # 2 days

.github/workflows/build-linux-arm.yml

+6
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ jobs:
7474

7575

7676

77+
78+
79+
80+
81+
82+
7783
linux-arm-build:
7884
name: 'linux-arm arm-none-eabi-gcc ${{github.event.inputs.version}} build'
7985
timeout-minutes: 2880 # 2 days

.github/workflows/build-linux-arm64.yml

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272

7373

7474

75+
76+
77+
78+
79+
80+
7581
linux-arm64-build:
7682
name: 'linux-arm64 arm-none-eabi-gcc ${{github.event.inputs.version}} build'
7783
timeout-minutes: 2880 # 2 days

.github/workflows/build-linux-x64.yml

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ on:
7070
jobs:
7171

7272

73+
74+
75+
76+
77+
78+
7379
linux-x64-build:
7480
name: 'linux-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} build'
7581
timeout-minutes: 5760 # 4 days

.github/workflows/build-win32-x64.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,6 @@ on:
7070
jobs:
7171

7272

73-
74-
75-
76-
77-
78-
79-
80-
81-
82-
8373
win32-x64-build:
8474
name: 'win32-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} build'
8575
timeout-minutes: 5760 # 4 days
@@ -219,3 +209,13 @@ jobs:
219209

220210

221211

212+
213+
214+
215+
216+
217+
218+
219+
220+
221+

.github/workflows/deep-clean.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ on:
4242
jobs:
4343

4444

45+
46+
47+
48+
49+
50+
4551
linux-x64:
4652
name: 'linux-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
4753
timeout-minutes: 5760 # 4 days
@@ -64,16 +70,6 @@ jobs:
6470
6571
6672
67-
68-
69-
70-
71-
72-
73-
74-
75-
76-
7773
win32-x64:
7874
name: 'win32-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
7975
timeout-minutes: 5760 # 4 days
@@ -100,6 +96,12 @@ jobs:
10096
10197
10298
99+
100+
101+
102+
103+
104+
103105
linux-arm:
104106
name: 'linux-arm arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
105107
timeout-minutes: 2880 # 2 days
@@ -125,6 +127,12 @@ jobs:
125127
126128
127129
130+
131+
132+
133+
134+
135+
128136
linux-arm64:
129137
name: 'linux-arm64 arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
130138
timeout-minutes: 2880 # 2 days
@@ -149,10 +157,6 @@ jobs:
149157
150158
151159
152-
153-
154-
155-
156160
darwin-x64:
157161
name: 'darwin-x64 arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
158162
timeout-minutes: 2880 # 2 days
@@ -181,10 +185,6 @@ jobs:
181185
182186
183187
184-
185-
186-
187-
188188
darwin-arm64:
189189
name: 'darwin-arm64 arm-none-eabi-gcc ${{github.event.inputs.version}} clean'
190190
timeout-minutes: 2880 # 2 days

.github/workflows/test-docker-linux-arm.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ jobs:
7373

7474

7575

76+
77+
78+
79+
80+
81+
7682
# https://en.wikipedia.org/wiki/Ubuntu_version_history
7783
# https://hub.docker.com/_/ubuntu
7884
# The ubuntu:12.04 image fails to update.
@@ -720,10 +726,4 @@ jobs:
720726
# (zypper lr -u)
721727

722728

723-
724-
725-
726-
727-
728-
729729
# -----------------------------------------------------------------------------

.github/workflows/test-docker-linux-intel.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ on:
7171
jobs:
7272

7373

74+
75+
76+
77+
78+
79+
7480
# https://en.wikipedia.org/wiki/Ubuntu_version_history
7581
# https://hub.docker.com/_/ubuntu
7682
# The ubuntu:12.04 image fails to update.
@@ -454,10 +460,4 @@ jobs:
454460

455461

456462

457-
458-
459-
460-
461-
462-
463463
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)