USHIFT-1298: disable cgo when cross-compiling#39934
USHIFT-1298: disable cgo when cross-compiling#39934openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
@dhellmann: This pull request references USHIFT-1298 which is a valid jira issue. 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. |
|
/assign @pacevedom @pmtk |
The MicroShift build sets CGO_ENABLED=1 by default, but that does not work when cross-compiling to aarch64 so disable it in the CI build step.
9c6f927 to
91044ec
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse |
|
openshift-tests panicked, but that means we want past the point where the compilation of MicroShift would be different. The actual change to the Makefile is coming separately in openshift/microshift#1869 /pj-rehearse ack |
|
/retest-required |
|
/pj-rehearse |
|
/pj-rehearse ack The e2e tests passed but the job failed to collect the debug data so it failed. The conformance job shows the same panic that has been fixed, which comes from running openshift-tests after successfully building. The ARM jobs are failing the tests, which also means the build was successful. |
|
@dhellmann: The following tests 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhellmann, pacevedom 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 |
|
@dhellmann: Updated the following 3 configmaps:
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. |
The MicroShift build sets CGO_ENABLED=1 by default, but that does not
work when cross-compiling to aarch64 so disable it in the CI build step.