Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .ci/scripts/zephyr-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# LICENSE file in the root directory of this source tree.

download_arm_zephyr_sdk () {
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.0/zephyr-sdk-0.16.0_linux-x86_64.tar.xz
tar -xf zephyr-sdk-0.16.0_linux-x86_64.tar.xz
rm -f zephyr-sdk-0.16.0_linux-x86_64.tar.xz
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.2/zephyr-sdk-0.17.2_linux-x86_64.tar.xz
tar -xf zephyr-sdk-0.17.2_linux-x86_64.tar.xz
rm -f zephyr-sdk-0.17.2_linux-x86_64.tar.xz
}

setup_zephyr_et_module () {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

# TODO @Bujji: Should see if this can be moved into the docker image itself
download_arm_zephyr_sdk
./zephyr-sdk-0.16.0/setup.sh -c -t arm-zephyr-eabi
./zephyr-sdk-0.17.2/setup.sh -c -t arm-zephyr-eabi
cd $ZEPHYR_PROJ_ROOT
setup_zephyr_et_module

Expand Down
Loading