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:
149149 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
150150 conda activate "${CONDA_ENV}"
151151
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
154155
155156 .ci/scripts/setup-arm-baremetal-tools.sh
156157
@@ -179,8 +180,9 @@ jobs:
179180 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
180181 conda activate "${CONDA_ENV}"
181182
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
184186
185187 .ci/scripts/setup-arm-baremetal-tools.sh
186188
You can’t perform that action at this time.
0 commit comments