Export CMAKE_BUILD_PARALLEL_LEVEL to limit ninja cpu usage. Issue link:#1447 Type of change Other (please describe): CI improvement Export CMAKE_BUILD_PARALLEL_LEVEL 29eb13b yuzhichang added the ci label Jul 8,
zig 语言构建初始化工具 # native 使用本机 cpu 指令,baseline 使用通用 cpu 指令(分发他人) # 如果失败继续使用该命令构建即可 # rm ./out -r 可以删除重新来过 CMAKE_GENERATOR=Ninja CMAKE_BUILD_PARALLEL_LEVEL=12 ./build x86_64-linux-musl native