Skip to content
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

hack/build-go.sh: removed not needed eval go env #1364

Merged
merged 1 commit into from Jan 10, 2020

Conversation

runcom
Copy link
Member

@runcom runcom commented Jan 10, 2020

Should fix what we've seen in the ose builds:

...
hack/build-go.sh: line 32: exclude_graphdriver_devicemapper: command not found
...

Still not super sure about what's happening, might be GOFLAGS cluttering
go env and causing an unquoted string which is then eval'ed and errors
out.

Also, there's no reason about having that eval in there in the first
place. No git history shows why it's there as well so get rid of it.

Signed-off-by: Antonio Murdaca runcom@linux.com

Should fix what we've seen in the ose builds:

...
hack/build-go.sh: line 32: exclude_graphdriver_devicemapper: command not found
...

Still not super sure about what's happening, might be GOFLAGS cluttering
go env and causing an unquoted string which is then eval'ed and errors
out.

Also, there's no reason about having that eval in there in the first
place. No git history shows why it's there as well so get rid of it.

Signed-off-by: Antonio Murdaca <runcom@linux.com>
@openshift-ci-robot openshift-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 10, 2020
@cgwalters
Copy link
Member

/approve
/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 10, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cgwalters, runcom

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

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

3 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 6bb8729 into openshift:master Jan 10, 2020
@runcom runcom deleted the ose-failure-build branch January 10, 2020 22:05
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. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants