-
Notifications
You must be signed in to change notification settings - Fork 92
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
Fix make gen
problem
#582
Fix make gen
problem
#582
Conversation
Signed-off-by: Okabe-Rintarou-0 <923048992@qq.com>
Signed-off-by: 923048992@qq.com <923048992@qq.com>
hack/gen_protoc.sh
Outdated
--privileged=true \ | ||
-v $ROOT_DIR:/kmesh \ | ||
--name kmesh-build \ | ||
ghcr.io/kmesh-net/kmesh-build-${arch}:latest \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the build image already support multi arch? @lec-bit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/orgs/kmesh-net/packages/container/package/kmesh-build
We have supported both arm and x86, so can remove arch suffix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/orgs/kmesh-net/packages/container/package/kmesh-build
We have supported both arm and x86, so can remove arch suffix
then we should also remove the arch preffix in make build?
Signed-off-by: 923048992@qq.com <923048992@qq.com>
13bba84
to
384a6a8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@@ -3,6 +3,7 @@ | |||
function install_tool () { | |||
tool=${1} | |||
if command -v apt > /dev/null; then | |||
sudo apt-get update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indents
Signed-off-by: 923048992@qq.com <923048992@qq.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hzxuzhonghu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
bug
What this PR does / why we need it:
Fix
make gen
problem, upgrate protoc-c to 1.4.x, aligning with the native one in openEuler 23.03.Which issue(s) this PR fixes:
Fixes #571
Special notes for your reviewer:
Does this PR introduce a user-facing change?: