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

Commit

Permalink
sdk: Update to 0.11.3
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
  • Loading branch information
galak committed May 16, 2020
1 parent 284ec49 commit 95fddf0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions shippable/install_sdk.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
#!/bin/sh -e

VERSION=0.11.2
VERSION=0.11.3
wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${VERSION}/zephyr-sdk-${VERSION}-setup.run
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

wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.11.3-beta-1/zephyr-sdk-0.11.3-beta-1-setup.run
chmod +x zephyr-sdk-0.11.3-beta-1-setup.run

./zephyr-sdk-0.11.3-beta-1-setup.run --quiet -- -d /opt/sdk/zephyr-sdk-0.11.3-beta-1
rm ./zephyr-sdk-0.11.3-beta-1-setup.run

0 comments on commit 95fddf0

Please sign in to comment.