已合并
清理 build 目录的 CMake 缓存文件 #110
east_yang创建于 2 天前
清理 build 目录的 CMake 缓存文件 #110
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 east_yang 的贡献)CANN-robot
2 天前 评论:
2 天前 评论:
atomgit-bot
2 天前 评论:
2 天前 评论:
变更摘要
本 PR 主要针对 build.sh 中的 fn_main 清理流程做了增强,使 --clean 选项在清理构建产物时同时删除 CACHE_DIR 下的 CMake 缓存文件,避免残留缓存影响后续构建。同时修正了脚本注释及提示信息中的多处拼写错误(dependcy → dependency、imformation → information)。
主要改动
--clean清理逻辑扩展:在fn_main的--clean分支中新增[[ -d "$CACHE_DIR" ]] && rm -rf $CACHE_DIR,使清理操作除OUTPUT_DIR和THIRD_PARTY_DIR外还删除CACHE_DIR缓存目录。- 注释拼写修正:将
fn_build中的注释check dependcy mki和check dependcy catlass分别改为check dependency mki和check dependency catlass。 - 提示信息拼写修正:将
fn_main中的未知参数提示... more imformation改为... more information。


atomgit-bot
2 天前 评论:
2 天前 评论:
2 天前 添加了label:cann-cla/yes
CANN-robot
2 天前 评论:
2 天前 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/sip | ✅ luowen203_gg123, 张浩 (2/2) | ✅ luowen203_gg123 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
east_yang, thanks for your pull request. All authors of the commits have signed the CLA. 👍


2 天前 添加了label:ci-pipeline-running
2 天前 将luowen203_gg123,QK_25415,loov1,nino888,demoauguste设为评审人
2 天前 将luowen203_gg123,QK_25415,loov1,nino888,demoauguste设为审查人
CANN-robot
2 天前 评论:
2 天前 评论:
文档检查门禁结果:


2 天前 删除了label:ci-pipeline-running
2 天前 添加了label:ci-pipeline-failed
CANN-robot
2 天前 评论:
2 天前 评论:
流水线 PR-pipeline_sip#307 [ commitID:6bf9acc5 ] 运行失败
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_x86 | ✅ | >>> |
| Build_arm | ✅ | >>> | |
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 编码安全与规范检查 | CodeCheck_pre-commit | ❌ | >>> |
| pre-commit | ✅ | >>> | |
| 开源片段检查 | SCA | ❌ | >>> |
| 开发者测试 | UT_arm | ✅ | >>> |
| PreSmoke_arm | ✅ | >>> | |
| 流水线 | PR-pipeline_sip | ❌ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


2 天前 删除了label:ci-pipeline-failed
2 天前 添加了label:ci-pipeline-running
2 天前 删除了label:ci-pipeline-running
2 天前 添加了label:ci-pipeline-failed
CANN-robot
2 天前 评论:
2 天前 评论:
流水线 PR-pipeline_sip#308 [ commitID:6bf9acc5 ] 运行失败
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_x86 | ✅ | >>> |
| Build_arm | ✅ | >>> | |
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 编码安全与规范检查 | CodeCheck_pre-commit | ❌ | >>> |
| pre-commit | ✅ | >>> | |
| 开源片段检查 | SCA | ✅ | >>> |
| 开发者测试 | UT_arm | ✅ | >>> |
| PreSmoke_arm | ✅ | >>> | |
| 流水线 | PR-pipeline_sip | ❌ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


2 天前 通过审查
2 天前 通过了评审
2 天前 删除了label:ci-pipeline-failed
2 天前 添加了label:ci-pipeline-running
2 天前 删除了label:ci-pipeline-running
2 天前 添加了label:ci-pipeline-passed
CANN-robot
2 天前 评论:
2 天前 评论:
流水线 PR-pipeline_sip#309 [ commitID:6bf9acc5 ] 已完成
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_x86 | ✅ | >>> |
| Build_arm | ✅ | >>> | |
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 编码安全与规范检查 | CodeCheck_pre-commit | ✅ | >>> |
| pre-commit | ✅ | >>> | |
| 开源片段检查 | SCA | ✅ | >>> |
| 开发者测试 | UT_arm | ✅ | >>> |
| PreSmoke_arm | ✅ | >>> | |
| 流水线 | PR-pipeline_sip | ✅ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


luowen203_gg123
2 天前 评论:
2 天前 评论:
/lgtm
/approve


2 天前 添加了label:approved
demoauguste
1 天前 评论:
1 天前 评论:
/lgtm


1 天前 添加了label:lgtm
1 天前 关闭了关联的issue
1 天前 合入了pull request
描述
关联的Issue
测试
文档更新
类型标签