@@ -112,8 +112,8 @@ jobs:
112
112
name : Checkout
113
113
uses : actions/checkout@v4
114
114
115
- - name : CI script
116
- env : ${{ matrix.configuration.env_vars }}
115
+ - &x64_ci_script
116
+ name : CI script
117
117
uses : ./.github/actions/run-in-docker-action
118
118
with :
119
119
dockerfile : ./ci/linux-debian.Dockerfile
@@ -150,14 +150,7 @@ jobs:
150
150
151
151
steps :
152
152
- *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
-
153
+ - *x64_ci_script
161
154
- *print-logs
162
155
163
156
s390x_debian :
@@ -185,14 +178,7 @@ jobs:
185
178
186
179
steps :
187
180
- *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
-
181
+ - *x64_ci_script
196
182
- *print-logs
197
183
198
184
arm32_debian :
@@ -222,14 +208,7 @@ jobs:
222
208
223
209
steps :
224
210
- *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
-
211
+ - *x64_ci_script
233
212
- *print-logs
234
213
235
214
arm64-debian :
@@ -294,14 +273,7 @@ jobs:
294
273
295
274
steps :
296
275
- *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
-
276
+ - *x64_ci_script
305
277
- *print-logs
306
278
307
279
valgrind_debian :
@@ -394,14 +366,7 @@ jobs:
394
366
395
367
steps :
396
368
- *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
-
369
+ - *x64_ci_script
405
370
- *print-logs
406
371
407
372
msan_debian :
@@ -442,14 +407,7 @@ jobs:
442
407
443
408
steps :
444
409
- *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
-
410
+ - *x64_ci_script
453
411
- *print-logs
454
412
455
413
mingw_debian :
@@ -481,14 +439,7 @@ jobs:
481
439
482
440
steps :
483
441
- *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
-
442
+ - *x64_ci_script
492
443
- *print-logs
493
444
494
445
x86_64-macos-native :
@@ -683,14 +634,7 @@ jobs:
683
634
684
635
steps :
685
636
- *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
-
637
+ - *x64_ci_script
694
638
- *print-logs
695
639
696
640
cxx_headers_debian :
0 commit comments