Makefile(ticdc): support build cdc in fips mode#9961
Makefile(ticdc): support build cdc in fips mode#9961ti-chi-bot[bot] merged 4 commits intopingcap:masterfrom
Conversation
|
I found |
The ouput have been updated. The original output is from mac env(tidb binary build with fips mode have similar outupt on mac env). |
d955ec1 to
ed3c3ed
Compare
ed3c3ed to
a267215
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: overvenus, 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 |
|
/retest |
|
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
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