Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
近期github变更了workflow上的node版本,导致原打包流水线失败。为了满足大家打临时包的需求,开发者手册中临时增加本地基于docker的打包策略。同时新增了打包脚本 ./build_rpm.sh
该脚本基于DEVContain开发,开发者使用的时候,需要进入到开发容器后,在根目录执行
sh build_rpm.sh
,打包完后默认的包路径在 /root/rpmbuild/RPMS/x86_64