From f7c248f470e3621319a35e884c8a9711210c9807 Mon Sep 17 00:00:00 2001 From: David Candler Date: Mon, 17 Feb 2025 12:05:47 +0000 Subject: [PATCH] Use fixed picolibc version on 20.x release branch To reduce the need to cherry pick additional changes due to any continuing upstream changes in picolibc, this patch sets the build to use a specific commit of picolibc, instead of fetching the latest. --- arm-software/embedded/versions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arm-software/embedded/versions.json b/arm-software/embedded/versions.json index cf3ce93185dc..90072f7fb2cb 100644 --- a/arm-software/embedded/versions.json +++ b/arm-software/embedded/versions.json @@ -8,8 +8,8 @@ "repos": { "picolibc": { "url": "https://github.com/picolibc/picolibc.git", - "tagType": "branch", - "tag": "main" + "tagType": "commithash", + "tag": "be1b69f5f5910d216c16f9fca927c1bdb4d38a51" }, "newlib": { "url": "https://sourceware.org/git/newlib-cygwin.git",