Skip to content

Commit 9a2a63a

Browse files
committed
Update
[ghstack-poisoned]
1 parent ad7720a commit 9a2a63a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/trunk.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)