Skip to content

Commit 4858368

Browse files
committed
Update "glibc" variants to be the default variants
This follows buildroot/buildroot@4057e36
1 parent b98be8f commit 4858368

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
},
66
"sha256": "415fbd89e5344c96acf449d94a6f956dbed62e18e835fc83e064db33a34bd549",
77
"variants": [
8-
"uclibc",
98
"glibc",
9+
"uclibc",
1010
"musl"
1111
],
1212
"version": "1.34.1"
@@ -17,8 +17,8 @@
1717
},
1818
"sha256": "faeeb244c35a348a334f4a59e44626ee870fb07b6884d68c10ae8bc19f83a694",
1919
"variants": [
20-
"uclibc",
2120
"glibc",
21+
"uclibc",
2222
"musl"
2323
],
2424
"version": "1.35.0"

versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ for version in "${versions[@]}"; do
5656
buildroot: {
5757
version: env.buildrootVersion,
5858
},
59-
# prefer uclibc, but if unavailable use glibc since it has less "edge case" behavior
59+
# as of buildroot 2022.11, glibc is the default, so we follow suit (https://github.com/buildroot/buildroot/commit/4057e36ca9665edd5248512e4edba2c243b8f4be)
6060
# https://busybox.net/FAQ.html#libc
61-
variants: [ "uclibc", "glibc", "musl" ],
61+
variants: [ "glibc", "uclibc", "musl" ],
6262
# (order here determines "preference" for representing "latest")
6363
}
6464
'

0 commit comments

Comments
 (0)