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

rpm: support RHEL 9 #1955

Merged
merged 2 commits into from
Oct 20, 2022
Merged

rpm: support RHEL 9 #1955

merged 2 commits into from
Oct 20, 2022

Conversation

wasphin
Copy link
Member

@wasphin wasphin commented Oct 16, 2022

What problem does this PR solve?

Issue Number:

Problem Summary:

Support to build rpm under RHEL9, tested for x86_64 and aarch64, details can be found here at: https://copr.fedorainfracloud.org/coprs/wasphin/brpc/build/4946201/

What is changed and the side effects?

Changed:
file mode changed to fix warning of:

*** WARNING: ./usr/src/debug/brpc-1.3.0-1.el9.aarch64/src/butil/recordio.h is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/brpc-1.3.0-1.el9.aarch64/src/butil/recordio.cc is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/brpc-1.3.0-1.el9.aarch64/src/brpc/protocol.h is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/brpc-1.3.0-1.el9.aarch64/src/brpc/global.cpp is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/brpc-1.3.0-1.el9.aarch64/src/brpc/controller.h is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/brpc-1.3.0-1.el9.aarch64/src/brpc/channel.cpp is executable but has no shebang, removing executable bit

Side effects:

  • Performance effects(性能影响):

  • Breaking backward compatibility(向后兼容性):


Check List:

  • Please make sure your changes are compilable(请确保你的更改可以通过编译).
  • When providing us with a new feature, it is best to add related tests(如果你向我们增加一个新的功能, 请添加相关测试).
  • Please follow Contributor Covenant Code of Conduct.(请遵循贡献者准则).

@wasphin wasphin merged commit 026a20a into apache:master Oct 20, 2022
@wasphin wasphin deleted the feature/rpm branch October 20, 2022 12:48
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.

1 participant