Skip to content

Commit 2da0626

Browse files
committed
Fix nightly build after #6538
1 parent c726a9b commit 2da0626

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ jobs:
5151
test-infra-repository: pytorch/test-infra
5252
test-infra-ref: main
5353
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
54-
# ExecuTorch only needs the first layer of submodules; override the
55-
# "recursive" default to do less work, and to give the buck daemon fewer
56-
# files to look at.
57-
submodules: true
54+
submodules: recursive
5855
env-var-script: build/packaging/env_var_script_linux.sh
5956
pre-script: ${{ matrix.pre-script }}
6057
post-script: ${{ matrix.post-script }}

.github/workflows/build-wheels-m1.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ jobs:
5151
test-infra-repository: pytorch/test-infra
5252
test-infra-ref: main
5353
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
54-
# ExecuTorch only needs the first layer of submodules; override the
55-
# "recursive" default to do less work, and to give the buck daemon fewer
56-
# files to look at.
57-
submodules: true
54+
submodules: recursive
5855
delocate-wheel: false
5956
env-var-script: build/packaging/env_var_script_m1.sh
6057
pre-script: ${{ matrix.pre-script }}

0 commit comments

Comments
 (0)