Skip to content

Commit 3f0e673

Browse files
BujSetpsiddh
andauthored
Remove pinning to ET commit for Zephyr CI job (#13388)
### Summary Currently, the CI jobs responsible for running the Zephyr tests checkout a past version of ExecuTorch, but runs install_executorch.sh with the pinned pytorch commit. Ideally, we would resolve this with resolving the cmake errors that arise from using the most up-to-date version of executorch, but for now, we can just keep the ExecuTorch and PyTorch checkouts consistent for CI. This should prevent the Zephyr CI tests from failing spuriously on unrelated PRs. ### Test plan [PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable. --------- Co-authored-by: Siddartha Pothapragada <[email protected]>
1 parent c310874 commit 3f0e673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
# Run setup scripts for Arm FVP and Arm AOT Compilation
100100
cd $ZEPHYR_PROJ_ROOT/modules/lib/executorch
101-
install_executorch "--use-pt-pinned-commit"
101+
install_executorch
102102
.ci/scripts/setup-arm-baremetal-tools.sh --target-toolchain zephyr
103103
source examples/arm/ethos-u-scratch/setup_path.sh
104104
source $ZEPHYR_PROJ_ROOT/zephyr/zephyr-env.sh

0 commit comments

Comments
 (0)