cmd: allow CGO_ENABLED=1#1419
cmd: allow CGO_ENABLED=1#1419joelanford merged 1 commit intooperator-framework:masterfrom jnodorp:allow-cgo
Conversation
|
Hi @jschlichtholz. Thanks for your PR. I'm waiting for a operator-framework or openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
Can you add a check if cgo is not set before the environment setup line for the command? By default, cgo is enabled on macOS and Linux, but this breaks cross-compilation for us (for instance, building on Fedora may link to C-libraries that don't exist in UBI, which is CentOS 7 based). You can use |
|
Thanks @AlexNPavel! I updated the PR according to you comment. |
stop overriding CGO_ENABLED on build Fixes #1404
|
/ok-to-test |
lilic
left a comment
There was a problem hiding this comment.
The ansible e2e test failed so I restarted the job.
lgtm on green, thanks!
stop overriding
CGO_ENABLEDon buildFixes #1404