datawire / go-fuseftp

User space file system for FTP
Apache License 2.0
3 stars 4 forks source link

add loong64 support #8

Closed yzewei closed 10 months ago

yzewei commented 11 months ago

Protoc temporarily provides Loongarch support, and this submission adds a Protoc supported by Loongarch support.

The LoongArch architecture (LoongArch) is an Instruction Set Architecture (ISA) that has a RISC style.

yzewei commented 11 months ago

@thallgren thanks!

thallgren commented 11 months ago

@yzewei , not a requirement, but is there any way we could add unit tests for this architecture? I don't suppose GitHub as a runner for it.

yzewei commented 11 months ago

Hi, @thallgren

One of the most important thing is there is a docker image where go-fuseftp tests can be done. You can use it on x86 machine with docker run -it --rm merore/archlinux-loongarch64. About this image:

thallgren commented 10 months ago

Thanks for providing this together with info on how it can be tested. Much appreciated.