-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
host: add support for linux/loong64 #1228
Conversation
There is already a pull request for loong64 support, but it has been turned off. see #1080. by @merore
go version && go test ./...
|
go1.19 which supports LoongArch 64-bit has been released. I will merge when 1.18 becomes EoL. Otherwise, test will fail. |
too long. . At least 7 months to wait until v1.20 release... |
This is to fix the error of running TestCpuInfo on Linux/long64. In loong64 /proc/cpuinfo, the model name is capitalize the first letter Reference: https://github.com/torvalds/linux/blob/master/arch/loongarch/kernel/proc.c Signed-off-by: Guoqi Chen <chenguoqi@loongson.cn>
Updates #1338. Signed-off-by: Guoqi Chen <chenguoqi@loongson.cn> Co-authored-by: Jiantao Shan <shanjiantao@loongson.cn>
When we can expect this PR in the master? |
Since go1.20 has been released, I merge this PR. Thank you for your contribution. |
This can be help for build and run openbao on loongarch64(a risc architecture). shirou/gopsutil#1228
This can be help for build and run openbao on loongarch64(a risc architecture). shirou/gopsutil#1228 Signed-off-by: znley <shanjiantao@loongson.cn>
This can be help for build and run openbao on loongarch64(a risc architecture). shirou/gopsutil#1228 Signed-off-by: znley <shanjiantao@loongson.cn>
Signed-off-by: Guoqi Chen chenguoqi@loongson.cn
Co-authored-by: Jiantao Shan shanjiantao@loongson.cn