difficulty/easyhelp wantedtype/enhancement
Métriques du dépôt
- Stars
- (15 922 étoiles)
- Métriques de merge PR
- (Merge moyen 28j 9h) (68 PRs mergées en 30 j)
Description
Development Task
We were using uname -p to check the arch:
https://github.com/tikv/tikv/blob/956610725039835557e7516828b069a44073c36d/Makefile#L85
However, uname -p is not portable and could be even unknown in some popular distributions, for example, debian 11.
Instead, we could use uname -m.
Possible uname -m values:
https://stackoverflow.com/questions/45125516/possible-values-for-uname-m https://en.wikipedia.org/wiki/Uname