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

Commits on Jan 10, 2020

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

    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>
    runcom committed Jan 10, 2020
    Copy the full SHA
    456cfd6 View commit details
    Browse the repository at this point in the history