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

Fix make gen problem #582

Merged
merged 4 commits into from
Jul 16, 2024
Merged

Conversation

Okabe-Rintarou-0
Copy link
Member

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?:


Signed-off-by: Okabe-Rintarou-0 <923048992@qq.com>
Signed-off-by: 923048992@qq.com <923048992@qq.com>
--privileged=true \
-v $ROOT_DIR:/kmesh \
--name kmesh-build \
ghcr.io/kmesh-net/kmesh-build-${arch}:latest \
Copy link
Member

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

Copy link
Member

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

Copy link
Member Author

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>
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.25%. Comparing base (5094c24) to head (2dd0e41).
Report is 9 commits behind head on main.

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 558040c...2dd0e41. Read the comment docs.

@@ -3,6 +3,7 @@
function install_tool () {
tool=${1}
if command -v apt > /dev/null; then
sudo apt-get update
Copy link
Member

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>
Copy link
Member

@hzxuzhonghu hzxuzhonghu left a comment

Choose a reason for hiding this comment

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

/lgtm

/approve

@kmesh-bot
Copy link
Collaborator

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kmesh-bot kmesh-bot merged commit 9cb9878 into kmesh-net:main Jul 16, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make gen generate proto problem
4 participants