qiangxuhui

Results 9 issues of qiangxuhui

```shell go get -d golang.org/x/sys@d48e67d0026122f55f22f0df396e7a51d2b20fb9 go get -d golang.org/x/net@83b083e8dc8b4507e702ce59208711115b23ec25 go mod tidy ``` This brings in linux/loong64 support. Test result: ``` root@upstream:~/qiangxuhui/golang_demo/dns# go test PASS ok github.com/miekg/dns 1.212s ```

the loongarch architecture can also support this library, hoping to be integrated into it,the following is my demo on this machine: ![jiffy_commit](https://user-images.githubusercontent.com/18411416/187114901-90275a07-52e4-49d3-ae38-16ec49a62fcf.png)

我在loongarch64架构的机器上尝试编译`TDengine:3.2.2.0`,但是缺少`libdmodule.a`和`librocksdb.a`导致链接报错 ### 具体问题 ![image](https://github.com/taosdata/TDengine/assets/18411416/ce1be043-5c55-4bdc-abc8-d4697e11262e) 从截图可以看到这里默认使用了`x86`架构的`libdmodule.a`和`librocksdb.a`,我想添加`loongarch64`架构的支持,但是不知道如何获取`libdmodule.a`和`librocksdb.a`的源码,希望可以得到一些帮助,感谢。

help wanted
question

Fix build on linux/loongarch64.

synced to gitlab

Update libc to v0.2.155 to support loongarch64. Release notes: https://github.com/rust-lang/libc/releases.

Update libc to v0.2.155 to support loongarch64. Update target-lexicon to v0.12.14 to support loongarch64.

Update libc to v0.2.155 to support loongarch64.

Update libc to v0.2.155 to support loongarch64. Release notes: https://github.com/rust-lang/libc/releases.