Explicitly set -mod flag to mod in OTE build: release-4.15#292
Conversation
|
Skipping CI for Draft Pull Request. |
This is a continuation of work completed in openshift#274 and openshift#281. A separate go module was added alongside `openstack-test` in order to deal with ginkgo version conflicts. The separate OTE module is purposely not vendored, because doing so would introduce duplicate files and bloat the size of the git objects. `rhel-9-release-golang-1.23-openshift-4.16` forces vendoring through the GOFLAGS env var. So, to accomplish building the OTE binary without vendoring, an explicity command line option is required. Signed-off-by: Dan Childers <dchilder@redhat.com>
0dc827a to
246cb33
Compare
|
/assign @dlaw4608 |
|
/verified by @danchild |
|
@danchild: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@danchild: all tests passed! 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-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dlaw4608 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/assign @gryf |
This is a continuation of work completed in #274 and #281.
A separate go module was added alongside
openstack-testinorder to deal with ginkgo version conflicts. The separate
OTE module is purposely not vendored, because doing so
would introduce duplicate files and bloat the size of the
git objects.
rhel-9-release-golang-1.23-openshift-4.16forces vendoringthrough the GOFLAGS env var. So, to accomplish building the
OTE binary without vendoring, an explicity command line option
is required.