Skip to content

Commit 16a4812

Browse files
committed
Updating comments
1 parent 8ff4c80 commit 16a4812

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,13 @@ jobs:
8080
export ZEPHYR_PROJ_ROOT=$(realpath $(pwd))
8181
export ARM_FVP_TUTORIALS_ROOT=$ZEPHYR_PROJ_ROOT/zephyr/samples/modules/executorch/arm-fvp-tutorials
8282
83+
# TODO @Bujji: Should see if this can be moved into the docker image itself
8384
download_arm_zephyr_sdk
8485
./zephyr-sdk-0.16.0/setup.sh -c -t arm-zephyr-eabi
85-
8686
cd $ZEPHYR_PROJ_ROOT
8787
setup_zephyr_et_module
8888
89+
# Run setup scripts for Arm FVP and Arm AOT Compilation
8990
cd $ZEPHYR_PROJ_ROOT/modules/lib/executorch
9091
install_executorch "--use-pt-pinned-commit"
9192
.ci/scripts/setup-arm-baremetal-tools.sh --target-toolchain zephyr

0 commit comments

Comments
 (0)