chinadns-ng icon indicating copy to clipboard operation
chinadns-ng copied to clipboard

docker 多平台下 armv7无法完成编译

Open YahuiWong opened this issue 4 months ago • 0 comments

linux/arm下使用命令: zig build -Dtarget=arm-linux-musleabi -Dcpu=generic+v7a 返回

11.05 thread 14 panic: TODO implement bigint to llvm int for 32-bit compiler builds
11.05 Unable to dump stack trace: debug info stripped
12.75 Aborted (core dumped)

但是在 linux/arm64 下 使用 zig build -Dtarget=aarch64-linux-musl 可以完成构建

代码地址:https://github.com/YahuiWong/chinadns-ng.git

YahuiWong avatar Oct 23 '24 01:10 YahuiWong