From da3fddac0ebecbbba5538e78c57f6a76c40e1056 Mon Sep 17 00:00:00 2001 From: Gustavo Romero Date: Tue, 20 Apr 2021 19:33:11 +0000 Subject: [PATCH 1/2] =?UTF-8?q?[=C2=B5TVM]=20Clone=20Zephyr=202.5.0=20from?= =?UTF-8?q?=20maintenance=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clone Zephyr 2.5.0 from maintenance branch 'v2.5-branch' instead of from release tag 'v2.5.0'. The maintenance branch is stable and includes all the most recent fixes backported to Zephyr 2.5.0. Signed-off-by: Gustavo Romero --- docker/install/ubuntu_install_zephyr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/ubuntu_install_zephyr.sh b/docker/install/ubuntu_install_zephyr.sh index ff2d842769cb..732f6f69ec3b 100644 --- a/docker/install/ubuntu_install_zephyr.sh +++ b/docker/install/ubuntu_install_zephyr.sh @@ -55,7 +55,7 @@ pip3 install west #EOF #chmod a+x /usr/local/bin/west -west init --mr v2.5.0 /opt/zephyrproject +west init --mr v2.5-branch /opt/zephyrproject cd /opt/zephyrproject west update From b87b20e7b1c46f24c448488267c4519d7754719f Mon Sep 17 00:00:00 2001 From: Gustavo Romero Date: Thu, 22 Apr 2021 18:53:42 +0000 Subject: [PATCH 2/2] Retrigger CI Retrigger CI since the error reported for python3:i386 in test ./tests/scripts/task_python_integration.sh seems to be a CI glitch, not related to the change here proposed, plus it was not possible to reproduce it locally, where task_python_integration.sh passes.