(软件开发)构建错误:指在“构建/生成(build)”程序的过程中(如编译、链接、打包、运行构建脚本)出现的错误,导致无法成功产出可运行的程序或可发布的包。(常见于本地构建或 CI 持续集成流水线)
I got a build error.
我遇到了一个构建错误。
After upgrading the dependency, the CI pipeline failed with a build error because the linker couldn’t find the library.
升级依赖后,CI 流水线因构建错误而失败,因为链接器找不到该库。
/bɪld ˈɛrər/
build 源自古英语 byldan(建造、建立),在计算机语境中引申为“生成/构建软件产物”。error 源自拉丁语 error(偏离、错误)。组合成 build error,即“在构建过程中产生的错误”。