Skip to content

Commit 1c28d45

Browse files
authored
Use fixed picolibc version on 20.x release branch (#97)
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.
1 parent 6eabf3b commit 1c28d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arm-software/embedded/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"repos": {
99
"picolibc": {
1010
"url": "https://github.com/picolibc/picolibc.git",
11-
"tagType": "branch",
12-
"tag": "main"
11+
"tagType": "commithash",
12+
"tag": "be1b69f5f5910d216c16f9fca927c1bdb4d38a51"
1313
},
1414
"newlib": {
1515
"url": "https://sourceware.org/git/newlib-cygwin.git",

0 commit comments

Comments
 (0)