Skip to content

Makefile: move some Go-related variable definitions up #26015

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

markjdb
Copy link
Contributor

@markjdb markjdb commented Apr 29, 2025

Otherwise we evaluate NATIVE_GOOS before it is set, which breaks the FreeBSD build.

Fixes: #26006

Does this PR introduce a user-facing change?

None

@Honny1
Copy link
Member

Honny1 commented Apr 29, 2025

@markjdb Looks like the tests are failing due to an infrastructure problem. Can you please try to run the tests again?

Otherwise we evaluate NATIVE_GOOS before it is set, which breaks the
FreeBSD build since various make variables are not set correctly.

Fixes: containers#26006
Signed-off-by: Mark Johnston <mark.johnston@klarasystems.com>
@markjdb
Copy link
Contributor Author

markjdb commented Apr 29, 2025

@markjdb Looks like the tests are failing due to an infrastructure problem. Can you please try to run the tests again?

Now there are only a couple of failures, but it's not really clear to me whether they're possibly related to the change or not.

Copy link
Member

@Luap99 Luap99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 30, 2025
@Luap99
Copy link
Member

Luap99 commented Apr 30, 2025

/cherry-pick v5.5

@openshift-cherrypick-robot
Copy link
Collaborator

@Luap99: once the present PR merges, I will cherry-pick it on top of v5.5 in a new PR and assign it to you.

In response to this:

/cherry-pick v5.5

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-sigs/prow repository.

Copy link
Member

@Honny1 Honny1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

/approve

Copy link
Contributor

openshift-ci bot commented Apr 30, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Honny1, Luap99, markjdb

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Luap99
Copy link
Member

Luap99 commented Apr 30, 2025

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 30, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit dd8fbb7 into containers:main Apr 30, 2025
83 checks passed
@openshift-cherrypick-robot
Copy link
Collaborator

@Luap99: new pull request created: #26024

In response to this:

/cherry-pick v5.5

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-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note-none
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build warnings when building on FreeBSD
4 participants