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

Failed to local build on win10 -- powershell #30

Closed
yihong0618 opened this issue Feb 2, 2021 · 3 comments
Closed

Failed to local build on win10 -- powershell #30

yihong0618 opened this issue Feb 2, 2021 · 3 comments

Comments

@yihong0618
Copy link
Contributor

yihong0618 commented Feb 2, 2021

Hi ~
image

image

I Searched and found it seems this problem see https://github.com/grafana/grafana-plugin-sdk-go/pull/184/files/01d83efaf4c011aea16a698acd4443e1808c4caa

And I try to fix like this pr, but it shows undefinedunix.Kill

Thank you

@yihong0618
Copy link
Contributor Author

If you want build on win10.

You can just change Magefile.go to

//+build mage

package main

import (
	// mage:import
	build "github.com/grafana/grafana-plugin-sdk-go/build"
)

// Default configures the default target.
var Default = build.BuildAl

Then mage -v

@alexanderzobnin
Copy link
Collaborator

Hi! Could you open a PR with these changes?

@yihong0618
Copy link
Contributor Author

yihong0618 commented May 13, 2021

Hi! Could you open a PR with these changes?

Of course, will open a PR latter today.

@alexanderzobnin
#39

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

No branches or pull requests

2 participants