Merge pull request #4245 from rivy/chg.uname-to-tier1

build: `uname` is WinOS-compatible; move to 'Tier1' feature
This commit is contained in:
Sylvestre Ledru 2022-12-28 09:34:16 +01:00 committed by GitHub
commit f3285d9662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,6 +115,7 @@ feat_Tier1 = [
"nproc",
"sync",
"touch",
"uname",
"whoami",
]
## (primary platforms) feature sets
@ -194,7 +195,6 @@ feat_require_unix = [
"stty",
"timeout",
"tty",
"uname",
]
# "feat_require_unix_utmpx" == set of utilities requiring unix utmp/utmpx support
# * ref: <https://wiki.musl-libc.org/faq.html#Q:-Why-is-the-utmp/wtmp-functionality-only-implemented-as-stubs?>