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

skip goreleaser install on windows and warn #505

Merged
merged 1 commit into from
Mar 26, 2018
Merged

skip goreleaser install on windows and warn #505

merged 1 commit into from
Mar 26, 2018

Conversation

twhiston
Copy link
Contributor

@twhiston twhiston commented Mar 20, 2018

Proposal to deal with goreleaser on windows and linux. See #498 for context.

As this is actually quite a difficult issue to solve in an elegant way and go get with and without /... causes issues on different versions of linux (current implementation breaking on cirleci and fedora) and windows this PR proposes that we instead curl the binary and install it to $GOPATH/bin.

As curl is not possible on windows we unfortunately skip these steps for windows users and instead echo a warning that they must install the tool manually. Additionally this manual step information has been added in the contribution guide.

Please can you check the goreleaser install steps are skipped properly on windows when reviewing.
@fiftin - any thought or input? Is there some one-liner we could use in windows to download and install the binary?

Copy link
Contributor

@strangeman strangeman left a comment

Choose a reason for hiding this comment

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

I think it is a good compromise.

@twhiston twhiston merged commit 8bb45c2 into semaphoreui:develop Mar 26, 2018
@twhiston twhiston deleted the goreleaser_fix branch March 26, 2018 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants