summaryrefslogtreecommitdiff
path: root/tools/ci.sh
diff options
context:
space:
mode:
authorMaureen Helm <maureen.helm@intel.com>2022-01-03 10:22:46 -0600
committerDamien George <damien@micropython.org>2022-01-06 14:09:39 +1100
commitc6d26bc524a2025f7721a889c36276570e355b0c (patch)
tree738c50a8a282fcba692b39216be9b7f0fb20097d /tools/ci.sh
parent0cf03bd3b1fbaa3c025b50b1329286af448a41a6 (diff)
zephyr: Upgrade to Zephyr v2.7.0.
Updates the Zephyr port build instructions and CI to use the latest Zephyr release tag. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
Diffstat (limited to 'tools/ci.sh')
-rwxr-xr-xtools/ci.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index 5312de8a9..b8820950b 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -605,6 +605,7 @@ function ci_windows_build {
ZEPHYR_DOCKER_VERSION=v0.21.0
ZEPHYR_SDK_VERSION=0.13.2
+ZEPHYR_VERSION=v2.7.0
function ci_zephyr_setup {
docker pull zephyrprojectrtos/ci:${ZEPHYR_DOCKER_VERSION}
@@ -619,7 +620,7 @@ function ci_zephyr_setup {
}
function ci_zephyr_install {
- docker exec zephyr-ci west init --mr v2.6.0 /zephyrproject
+ docker exec zephyr-ci west init --mr ${ZEPHYR_VERSION} /zephyrproject
docker exec -w /zephyrproject zephyr-ci west update
docker exec -w /zephyrproject zephyr-ci west zephyr-export
}