Makefile(ticdc): support build cdc in fips mode (#9961)#10131
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
/cherry-pick-invite |
1 similar comment
|
/cherry-pick-invite |
|
@wuhuizuo Please accept the invitation then you can push to the cherry-pick pull requests. |
|
/cherry-pick-invite |
|
@purelind Please accept the invitation then you can push to the cherry-pick pull requests. |
|
/cherry-pick-invite |
|
@lidezhu Please accept the invitation then you can push to the cherry-pick pull requests. |
|
/retest |
|
/hold |
|
/unhold |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sdojjy The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test verify |
|
/test verify |
2 similar comments
|
/test verify |
|
/test verify |
|
@ti-chi-bot: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/verify |
|
/test verify |
|
@overvenus: The specified target(s) for
Use
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is an automated cherry-pick of #9961
What problem does this PR solve?
Issue Number: close #9962
What is changed and how it works?
-fipsin the release version of FIPS-ready binary-fipssuffix when do version checkCheck List
Tests
Make sure the version sanitize process works with
-fipssuffix;Check the boringcrypto linked via cgo, some function names like:
Questions
Will it cause performance regression or break compatibility?
The original binary should not be affected. But the binary build with FIPS support is expected to be slower.
Do you need to update user documentation, design documentation or monitoring documentation?
Need to add contents about the support for FIPS-ready binary and how to download it later;
Release note