@@ -112,7 +112,8 @@ jobs:
112
112
name : Checkout
113
113
uses : actions/checkout@v4
114
114
115
- - name : CI script
115
+ - &x64_ci_script
116
+ name : CI script
116
117
env : ${{ matrix.configuration.env_vars }}
117
118
uses : ./.github/actions/run-in-docker-action
118
119
with :
@@ -150,14 +151,7 @@ jobs:
150
151
151
152
steps :
152
153
- *checkout
153
-
154
- - name : CI script
155
- env : ${{ matrix.configuration.env_vars }}
156
- uses : ./.github/actions/run-in-docker-action
157
- with :
158
- dockerfile : ./ci/linux-debian.Dockerfile
159
- tag : x64-debian-image
160
-
154
+ - *x64_ci_script
161
155
- *print-logs
162
156
163
157
s390x_debian :
@@ -185,14 +179,7 @@ jobs:
185
179
186
180
steps :
187
181
- *checkout
188
-
189
- - name : CI script
190
- env : ${{ matrix.configuration.env_vars }}
191
- uses : ./.github/actions/run-in-docker-action
192
- with :
193
- dockerfile : ./ci/linux-debian.Dockerfile
194
- tag : x64-debian-image
195
-
182
+ - *x64_ci_script
196
183
- *print-logs
197
184
198
185
arm32_debian :
@@ -222,14 +209,7 @@ jobs:
222
209
223
210
steps :
224
211
- *checkout
225
-
226
- - name : CI script
227
- env : ${{ matrix.configuration.env_vars }}
228
- uses : ./.github/actions/run-in-docker-action
229
- with :
230
- dockerfile : ./ci/linux-debian.Dockerfile
231
- tag : x64-debian-image
232
-
212
+ - *x64_ci_script
233
213
- *print-logs
234
214
235
215
arm64-debian :
@@ -294,14 +274,7 @@ jobs:
294
274
295
275
steps :
296
276
- *checkout
297
-
298
- - name : CI script
299
- env : ${{ matrix.configuration.env_vars }}
300
- uses : ./.github/actions/run-in-docker-action
301
- with :
302
- dockerfile : ./ci/linux-debian.Dockerfile
303
- tag : x64-debian-image
304
-
277
+ - *x64_ci_script
305
278
- *print-logs
306
279
307
280
valgrind_debian :
@@ -394,14 +367,7 @@ jobs:
394
367
395
368
steps :
396
369
- *checkout
397
-
398
- - name : CI script
399
- env : ${{ matrix.configuration.env_vars }}
400
- uses : ./.github/actions/run-in-docker-action
401
- with :
402
- dockerfile : ./ci/linux-debian.Dockerfile
403
- tag : x64-debian-image
404
-
370
+ - *x64_ci_script
405
371
- *print-logs
406
372
407
373
msan_debian :
@@ -442,14 +408,7 @@ jobs:
442
408
443
409
steps :
444
410
- *checkout
445
-
446
- - name : CI script
447
- env : ${{ matrix.configuration.env_vars }}
448
- uses : ./.github/actions/run-in-docker-action
449
- with :
450
- dockerfile : ./ci/linux-debian.Dockerfile
451
- tag : x64-debian-image
452
-
411
+ - *x64_ci_script
453
412
- *print-logs
454
413
455
414
mingw_debian :
@@ -481,14 +440,7 @@ jobs:
481
440
482
441
steps :
483
442
- *checkout
484
-
485
- - name : CI script
486
- env : ${{ matrix.configuration.env_vars }}
487
- uses : ./.github/actions/run-in-docker-action
488
- with :
489
- dockerfile : ./ci/linux-debian.Dockerfile
490
- tag : x64-debian-image
491
-
443
+ - *x64_ci_script
492
444
- *print-logs
493
445
494
446
x86_64-macos-native :
@@ -683,14 +635,7 @@ jobs:
683
635
684
636
steps :
685
637
- *checkout
686
-
687
- - name : CI script
688
- env : ${{ matrix.configuration.env_vars }}
689
- uses : ./.github/actions/run-in-docker-action
690
- with :
691
- dockerfile : ./ci/linux-debian.Dockerfile
692
- tag : x64-debian-image
693
-
638
+ - *x64_ci_script
694
639
- *print-logs
695
640
696
641
cxx_headers_debian :
0 commit comments