We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff4c80 commit 16a4812Copy full SHA for 16a4812
.github/workflows/trunk.yml
@@ -80,12 +80,13 @@ jobs:
80
export ZEPHYR_PROJ_ROOT=$(realpath $(pwd))
81
export ARM_FVP_TUTORIALS_ROOT=$ZEPHYR_PROJ_ROOT/zephyr/samples/modules/executorch/arm-fvp-tutorials
82
83
+ # TODO @Bujji: Should see if this can be moved into the docker image itself
84
download_arm_zephyr_sdk
85
./zephyr-sdk-0.16.0/setup.sh -c -t arm-zephyr-eabi
-
86
cd $ZEPHYR_PROJ_ROOT
87
setup_zephyr_et_module
88
89
+ # Run setup scripts for Arm FVP and Arm AOT Compilation
90
cd $ZEPHYR_PROJ_ROOT/modules/lib/executorch
91
install_executorch "--use-pt-pinned-commit"
92
.ci/scripts/setup-arm-baremetal-tools.sh --target-toolchain zephyr
0 commit comments