From e47928839d5052703897fdca8d66904b17c706fd Mon Sep 17 00:00:00 2001 From: luofeng14 Date: Fri, 22 Mar 2024 07:55:16 +0000 Subject: [PATCH] =?UTF-8?q?update=20oEEP/oEEP-0003=20LLVM=E5=B9=B3?= =?UTF-8?q?=E8=A1=8C=E5=AE=87=E5=AE=99=E8=AE=A1=E5=88=92--=E5=9F=BA?= =?UTF-8?q?=E4=BA=8ELLVM=E6=8A=80=E6=9C=AF=E6=A0=88=E6=9E=84=E5=BB=BAoE?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=8C=85.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luofeng14 --- ...273\272oE\350\275\257\344\273\266\345\214\205.md" | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git "a/oEEP/oEEP-0003 LLVM\345\271\263\350\241\214\345\256\207\345\256\231\350\256\241\345\210\222--\345\237\272\344\272\216LLVM\346\212\200\346\234\257\346\240\210\346\236\204\345\273\272oE\350\275\257\344\273\266\345\214\205.md" "b/oEEP/oEEP-0003 LLVM\345\271\263\350\241\214\345\256\207\345\256\231\350\256\241\345\210\222--\345\237\272\344\272\216LLVM\346\212\200\346\234\257\346\240\210\346\236\204\345\273\272oE\350\275\257\344\273\266\345\214\205.md" index 3f7ba24..528c77f 100644 --- "a/oEEP/oEEP-0003 LLVM\345\271\263\350\241\214\345\256\207\345\256\231\350\256\241\345\210\222--\345\237\272\344\272\216LLVM\346\212\200\346\234\257\346\240\210\346\236\204\345\273\272oE\350\275\257\344\273\266\345\214\205.md" +++ "b/oEEP/oEEP-0003 LLVM\345\271\263\350\241\214\345\256\207\345\256\231\350\256\241\345\210\222--\345\237\272\344\272\216LLVM\346\212\200\346\234\257\346\240\210\346\236\204\345\273\272oE\350\275\257\344\273\266\345\214\205.md" @@ -77,3 +77,15 @@ CXX="${CXX:-%{__cxx}}" ; export CXX 软件包的维护者基于LLVM构建其软件包,然后跑通软件包的测试套。 一般情况下,openEuler社区的QA工作应该已经满足相关测试要求。 +### 如何提交 +为了让Committer放心合入PR,当Committer检视时,首先想了解背景。建议新建issue时候交代背景,这里给大家准备一段模板。 +``` +基于LLVM技术栈构建oE软件包 +[背景介绍](https://gitee.com/luofeng14/TC/edit/master/oEEP/oEEP-0003%20LLVM%E5%B9%B3%E8%A1%8C%E5%AE%87%E5%AE%99%E8%AE%A1%E5%88%92--%E5%9F%BA%E4%BA%8ELLVM%E6%8A%80%E6%9C%AF%E6%A0%88%E6%9E%84%E5%BB%BAoE%E8%BD%AF%E4%BB%B6%E5%8C%85.md) +``` +同时,在PR描述里,为了缩短交互的次数。建议加上自验证链接放等,这里也给大家准备一段模板。 +``` +[EBS或OBS自验证链接](https://build.tarsier-infra.isrc.ac.cn/package/show/Mega:24.03/bzip2) + +``` + -- Gitee