已合并
chore: update amct graph package url #305
fujun19创建于 3 天前
chore: update amct graph package url #305
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 fujun19 的贡献)atomgit-bot
3 天前 评论:
3 天前 评论:
变更摘要
该 PR 为一次第三方包下载地址更新:将 install_graph.sh 中 amct-graph 的 SOURCE_URL 由 OBS 的 20260520_newest 目录切换至当前最新的 20260715_newest 目录(仍为 9.1.0 版本包),以确保脚本下载到最新可用的安装包,同时对脚本末尾补充换行符。
主要改动
- 更新
SOURCE_URL下载地址: 在install_graph.sh中将amct-graph的下载路径从20260520_newest切换为20260715_newest,保持9.1.0_linux-${ARCH}.tar.gz包名与ARCH变量拼接逻辑不变,使x86_64与aarch64架构均指向新版本包 - 补充文件末尾换行: 为
install_graph.sh末尾的echo "=============================================="语句补上缺失的换行符,使文件以换行结尾


atomgit-bot
3 天前 评论:
3 天前 评论:
3 天前 添加了label:cann-cla/yes
CANN-robot
3 天前 评论:
3 天前 评论:
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.
You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
For more, you also can visit HICANN.
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/amct | ✅ zhuliangying, 姚广修 (2/2) | ✅ zhuliangying (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
fujun19, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了53条消息 查看更多
1 天前 添加了label:approved
fujun19
1 天前 评论:
1 天前 评论:
yaoguangxiu
1 天前 评论:
1 天前 评论:
/lgtm


1 天前 添加了label:lgtm
1 天前 合入了pull request
描述
更新
install_graph.sh中的amct-graph下载地址,切换至 OBS 当前可下载的最新9.2.0包(20260730_newest)。如何测试
bash -n install_graph.shpytest -q tests/unit_test/test_install_graph.py(5 passed)curl验证x86_64和aarch64下载地址均返回 HTTP 200。文档更新
无。
类型标签