Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加临时打包脚本 #591

Merged
merged 2 commits into from
Dec 3, 2024
Merged

增加临时打包脚本 #591

merged 2 commits into from
Dec 3, 2024

Conversation

YOMO-Lee
Copy link
Contributor

@YOMO-Lee YOMO-Lee commented Dec 3, 2024

近期github变更了workflow上的node版本,导致原打包流水线失败。为了满足大家打临时包的需求,开发者手册中临时增加本地基于docker的打包策略。同时新增了打包脚本 ./build_rpm.sh
该脚本基于DEVContain开发,开发者使用的时候,需要进入到开发容器后,在根目录执行sh build_rpm.sh,打包完后默认的包路径在 /root/rpmbuild/RPMS/x86_64

近期github变更了workflow上的node版本,导致原打包流水线失败。为了满足大家打临时包的需求,开发者手册中临时增加本地基于docker的打包策略。同时新增了打包脚本 ./build_rpm.sh
该脚本基于DEVContain开发,开发者使用的时候,需要进入到开发容器后,在根目录执行sh build_rpm.sh,打包完后默认的包路径在 /root/rpmbuild/RPMS/x86_64
@Teingi
Copy link
Contributor

Teingi commented Dec 3, 2024

good job

@wayyoungboy
Copy link
Contributor

开发容器还需要增加yum预装rpm-build这个依赖

近期github变更了workflow上的node版本,导致原打包流水线失败。为了满足大家打临时包的需求,开发者手册中临时增加本地基于docker的打包策略。同时新增了打包脚本 **./build_rpm.sh**
该脚本基于DEVContain开发,开发者使用的时候,需要进入到开发容器后,在根目录执行**sh build_rpm.sh**,打包完后默认的包路径在 **/root/rpmbuild/RPMS/x86_64**
增加依赖包 rpm-build
@YOMO-Lee
Copy link
Contributor Author

YOMO-Lee commented Dec 3, 2024

开发容器还需要增加yum预装rpm-build这个依赖

已经补充了

@wayyoungboy wayyoungboy linked an issue Dec 3, 2024 that may be closed by this pull request
Copy link
Contributor

@Teingi Teingi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Teingi Teingi merged commit ca72d06 into oceanbase:master Dec 3, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: add build_rpm.sh for devcontainer
3 participants