Skip to content

Fix make gen problem#582

Merged
kmesh-bot merged 4 commits intokmesh-net:mainfrom
Okabe-Rintarou-0:fix/makegen
Jul 16, 2024
Merged

Fix make gen problem#582
kmesh-bot merged 4 commits intokmesh-net:mainfrom
Okabe-Rintarou-0:fix/makegen

Conversation

@Okabe-Rintarou-0
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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>
@codecov
Copy link
Copy Markdown

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.

function install_tool () {
tool=${1}
if command -v apt > /dev/null; then
sudo apt-get update
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

Details 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
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