Skip to content

Commit bcc7c3e

Browse files
committed
Try recursive
1 parent 4c04203 commit bcc7c3e

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/pull.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
runner: linux.2xlarge
2626
docker-image: executorch-ubuntu-22.04-gcc9
27-
submodules: 'true'
27+
submodules: 'recursive'
2828
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
2929
timeout: 90
3030
script: |
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
runner: ${{ matrix.runner }}
6868
docker-image: ${{ matrix.docker-image }}
69-
submodules: 'true'
69+
submodules: 'recursive'
7070
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
7171
timeout: 90
7272
script: |
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
runner: ${{ matrix.runner }}
121121
docker-image: executorch-ubuntu-22.04-clang12
122-
submodules: 'true'
122+
submodules: 'recursive'
123123
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
124124
timeout: 90
125125
script: |
@@ -165,7 +165,7 @@ jobs:
165165
with:
166166
runner: ${{ matrix.runner }}
167167
docker-image: ${{ matrix.docker-image }}
168-
submodules: 'true'
168+
submodules: 'recursive'
169169
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
170170
timeout: 900
171171
script: |
@@ -197,7 +197,7 @@ jobs:
197197
with:
198198
runner: linux.2xlarge
199199
docker-image: executorch-ubuntu-22.04-clang12-android
200-
submodules: 'true'
200+
submodules: 'recursive'
201201
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
202202
timeout: 90
203203
script: |
@@ -222,7 +222,7 @@ jobs:
222222
with:
223223
runner: linux.2xlarge
224224
docker-image: executorch-ubuntu-22.04-clang12
225-
submodules: 'true'
225+
submodules: 'recursive'
226226
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
227227
timeout: 90
228228
script: |
@@ -246,7 +246,7 @@ jobs:
246246
with:
247247
runner: linux.2xlarge
248248
docker-image: executorch-ubuntu-22.04-clang12
249-
submodules: 'true'
249+
submodules: 'recursive'
250250
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
251251
timeout: 90
252252
script: |
@@ -270,7 +270,7 @@ jobs:
270270
with:
271271
runner: linux.24xlarge
272272
docker-image: executorch-ubuntu-22.04-clang12
273-
submodules: 'true'
273+
submodules: 'recursive'
274274
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
275275
timeout: 90
276276
script: |
@@ -301,7 +301,7 @@ jobs:
301301
with:
302302
runner: linux.2xlarge
303303
docker-image: executorch-ubuntu-22.04-clang12
304-
submodules: 'true'
304+
submodules: 'recursive'
305305
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
306306
timeout: 90
307307
script: |
@@ -331,7 +331,7 @@ jobs:
331331
with:
332332
runner: linux.2xlarge
333333
docker-image: executorch-ubuntu-22.04-clang12
334-
submodules: 'true'
334+
submodules: 'recursive'
335335
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
336336
timeout: 90
337337
script: |
@@ -354,7 +354,7 @@ jobs:
354354
with:
355355
runner: linux.2xlarge
356356
docker-image: executorch-ubuntu-22.04-clang12
357-
submodules: 'true'
357+
submodules: 'recursive'
358358
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
359359
timeout: 90
360360
script: |
@@ -382,7 +382,7 @@ jobs:
382382
with:
383383
runner: linux.2xlarge
384384
docker-image: executorch-ubuntu-22.04-gcc9
385-
submodules: 'true'
385+
submodules: 'recursive'
386386
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
387387
timeout: 90
388388
script: |
@@ -418,7 +418,7 @@ jobs:
418418
with:
419419
runner: linux.2xlarge
420420
docker-image: executorch-ubuntu-22.04-clang12
421-
submodules: 'true'
421+
submodules: 'recursive'
422422
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
423423
timeout: 90
424424
script: |
@@ -489,7 +489,7 @@ jobs:
489489
with:
490490
runner: linux.2xlarge
491491
docker-image: executorch-ubuntu-22.04-arm-sdk
492-
submodules: 'true'
492+
submodules: 'recursive'
493493
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
494494
timeout: 90
495495
script: |
@@ -528,7 +528,7 @@ jobs:
528528
with:
529529
runner: linux.2xlarge
530530
docker-image: executorch-ubuntu-22.04-qnn-sdk
531-
submodules: 'true'
531+
submodules: 'recursive'
532532
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
533533
timeout: 900
534534
script: |
@@ -563,7 +563,7 @@ jobs:
563563
with:
564564
runner: linux.2xlarge
565565
docker-image: executorch-ubuntu-22.04-qnn-sdk
566-
submodules: 'true'
566+
submodules: 'recursive'
567567
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
568568
timeout: 180
569569
script: |
@@ -596,7 +596,7 @@ jobs:
596596
with:
597597
runner: linux.2xlarge
598598
docker-image: executorch-ubuntu-22.04-qnn-sdk
599-
submodules: 'true'
599+
submodules: 'recursive'
600600
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
601601
timeout: 180
602602
script: |
@@ -618,7 +618,7 @@ jobs:
618618
with:
619619
runner: linux.24xlarge
620620
docker-image: executorch-ubuntu-22.04-clang12
621-
submodules: 'true'
621+
submodules: 'recursive'
622622
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
623623
timeout: 90
624624
script: |
@@ -645,7 +645,7 @@ jobs:
645645
with:
646646
runner: linux.24xlarge
647647
docker-image: executorch-ubuntu-22.04-clang12
648-
submodules: 'true'
648+
submodules: 'recursive'
649649
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
650650
timeout: 90
651651
script: |
@@ -672,7 +672,7 @@ jobs:
672672
with:
673673
runner: linux.24xlarge
674674
docker-image: executorch-ubuntu-22.04-clang12
675-
submodules: 'true'
675+
submodules: 'recursive'
676676
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
677677
timeout: 90
678678
script: |
@@ -699,7 +699,7 @@ jobs:
699699
with:
700700
runner: linux.24xlarge
701701
docker-image: executorch-ubuntu-22.04-clang12
702-
submodules: 'true'
702+
submodules: 'recursive'
703703
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
704704
timeout: 90
705705
script: |
@@ -726,7 +726,7 @@ jobs:
726726
with:
727727
runner: linux.24xlarge
728728
docker-image: executorch-ubuntu-22.04-mediatek-sdk
729-
submodules: 'true'
729+
submodules: 'recursive'
730730
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
731731
timeout: 90
732732
script: |
@@ -747,7 +747,7 @@ jobs:
747747
with:
748748
runner: linux.2xlarge
749749
docker-image: executorch-ubuntu-22.04-gcc9
750-
submodules: 'true'
750+
submodules: 'recursive'
751751
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
752752
timeout: 90
753753
script: |

0 commit comments

Comments
 (0)