I used cmp to check whether the two files are identical.
我用 cmp 检查这两个文件是否完全相同。
In the build pipeline, a cmp step compares the generated output against the baseline, and the job fails if any byte differs.
在构建流水线中,cmp 步骤会把生成的输出与基线文件进行比较;只要有任意一个字节不同,任务就会失败。