-
Notifications
You must be signed in to change notification settings - Fork 108
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
Enable additional BUILD_FLAGS for fips #1945
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1945 +/- ##
=======================================
Coverage 49.25% 49.25%
=======================================
Files 72 72
Lines 7037 7037
=======================================
Hits 3466 3466
Misses 3437 3437
Partials 134 134 |
@Vincent056 may I ask you to rebase please? |
Adding an env variable so we can use to pass extra build arg to enable features like FIPS
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, Vincent056 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
-->
What this PR does / why we need it:
Adding an env variable to the Make file so we can use to pass extra build arg to enable features like FIPS.
ex.
BUILD_FLAGS="-tags strictfipsruntime"
Which issue(s) this PR fixes:
None
Does this PR have test?
N/A
Special notes for your reviewer:
Does this PR introduce a user-facing change?
NONE