Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow cpb to be statically compiled / exempt from FIPS compliance
To be FIPS compliant, all binaries shipped in OCP must be dynamically linked against openssl unless they are specifically exempted (e.g. they do not perform any cryptography). The golang builder images made available for CI by ART will enforce this requirement (overriding any attempt to statically link) unless the binary is identified in this environment variable. Signed-off-by: Alexander Greene <[email protected]>
- Loading branch information