File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,9 @@ jobs:
149
149
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
150
150
conda activate "${CONDA_ENV}"
151
151
152
- source .ci/scripts/utils.sh
153
- install_executorch "use-pt-pinned-commit"
152
+ # Intentionally avoiding utils.sh install_executorch because
153
+ # it opts into shared cmake-out, which breaks these builds.
154
+ ./install_executorch.py --pybind xnnpack --use-pt-pinned-commit
154
155
155
156
.ci/scripts/setup-arm-baremetal-tools.sh
156
157
@@ -179,8 +180,9 @@ jobs:
179
180
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
180
181
conda activate "${CONDA_ENV}"
181
182
182
- source .ci/scripts/utils.sh
183
- install_executorch "use-pt-pinned-commit"
183
+ # Intentionally avoiding utils.sh install_executorch because
184
+ # it opts into shared cmake-out, which breaks these builds.
185
+ ./install_executorch.py --pybind xnnpack --use-pt-pinned-commit
184
186
185
187
.ci/scripts/setup-arm-baremetal-tools.sh
186
188
You can’t perform that action at this time.
0 commit comments