Skip to content

Commit c5d005e

Browse files
committed
Pin picolibc to specific known to work commit
As this repo is getting depreciated, pinning picolibc to a specific commit, as we don't want to keep fixing merge conflicts and other unforeseen issues.
1 parent 0f14f43 commit c5d005e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"tag": "main"
1313
},
1414
"picolibc": {
15-
"tagType": "branch",
16-
"tag": "main"
15+
"tagType": "commithash",
16+
"tag": "be1b69f5f5910d216c16f9fca927c1bdb4d38a51"
1717
},
1818
"newlib": {
1919
"tagType": "tag",

0 commit comments

Comments
 (0)