Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Install SDK 0.12.0 in addition to 0.11.4
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Dec 18, 2020
1 parent c82ab65 commit e9094f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shippable/install_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ chmod +x zephyr-sdk-${VERSION}-setup.run
./zephyr-sdk-${VERSION}-setup.run --quiet -- -d /opt/sdk/zephyr-sdk-${VERSION}
rm zephyr-sdk-${VERSION}-setup.run

VERSION=0.12.0
wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${VERSION}/zephyr-sdk-${VERSION}-x86_64-linux-setup.run
chmod +x zephyr-sdk-${VERSION}-x86_64-linux-setup.run

./zephyr-sdk-${VERSION}-x86_64-linux-setup.run --quiet -- -d /opt/sdk/zephyr-sdk-${VERSION}
rm zephyr-sdk-${VERSION}-x86_64-linux-setup.run

0 comments on commit e9094f3

Please sign in to comment.