-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
optimize: compilation and packaging for the ARM64 architecture #6803
Conversation
Hi @heliang666s |
Co-authored-by: funkye <[email protected]>
Co-authored-by: funkye <[email protected]>
Co-authored-by: funkye <[email protected]>
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/apache/incubator-seata/blob/2.x/changes/zh-cn/2.x.md
https://github.com/apache/incubator-seata/blob/2.x/changes/en-us/2.x.md
请在上述md文件中登记pr信息和作者信息
Please register pr information and author information in the above md file
# Conflicts: # changes/en-us/2.x.md # changes/zh-cn/2.x.md
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
Ⅰ. Describe what this PR did
Because Protobuf does not have an ARM version, according to the experience of other communities, the x86 version can only be forcibly used to compile and build properly. And Google doesn't seem to have the intention of fixing, and the protobuf community has issues and PRs about Apple Sicilion chips not compiling, but the community has not responded in any way.
grpc/grpc-java#7690
Ⅱ. Does this pull request fix one issue?
fixes #6798
Ⅲ. Why don't you add test cases (unit test/integration test)?
unnecessary
Ⅳ. Describe how to verify it
unnecessary
Ⅴ. Special notes for reviews
unnecessary