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

Resolve build errors #20576

Closed
wants to merge 4 commits into from
Closed

Resolve build errors #20576

wants to merge 4 commits into from

Conversation

BradAF
Copy link

@BradAF BradAF commented Mar 5, 2019

These commits attempt to resolve multiple build failures when attempting to run make and make dev with go version go1.12 linux/amd64 on 4.18.0-1011-azure #11~18.04.1-Ubuntu server.

Build errors:

<script src="https://gist.github.com/BradAF/e9dea1e5ddd0143e7ba620d7070211b2.js"></script>

changed:
 err := os.MkdirAll(dir, os.ModePerm)
added:
 defer os.RemoveAll(dir)
 defer testChdir(t, dir)()
 Changed lines 173 and 178 with wrong type of %q to %v
 Changed line 235 with wrong type of %q to %v
@hashicorp-cla
Copy link

hashicorp-cla commented Mar 5, 2019

CLA assistant check
All committers have signed the CLA.

@hashibot hashibot added bug build Auto-pinning labels Jul 16, 2019
Copy link
Contributor

@mildwonkey mildwonkey left a comment

Choose a reason for hiding this comment

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

Hi @BradAF , thank you for submitting this and sorry for the long silence.

The changes to the Makefile look good, but there have been conflicting changes to the other files in question since you submitted this. If you can revert those changes (leaving only the updated Makefile) we can review this again. Thanks!

@mildwonkey mildwonkey self-assigned this Aug 16, 2019
@mildwonkey
Copy link
Contributor

I am going to close this due to lack of response, but feel free to open a new PR if you want to resubmit in the future!

@ghost
Copy link

ghost commented Oct 6, 2019

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Oct 6, 2019
@BradAF BradAF deleted the resolve_build_errors branch October 16, 2019 14:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug build Auto-pinning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants