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

Fix vendored packages for go plugins #2

Open
buger opened this issue Aug 22, 2019 · 0 comments
Open

Fix vendored packages for go plugins #2

buger opened this issue Aug 22, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@buger
Copy link
Member

buger commented Aug 22, 2019

In order to do it right, during plugin build, we should not copy files to vendor folder of the plugin, but instead, copy them to $GOPATH/src

And most importantly we need to adjust our build script to do the same, basically:

cp -rf $TYK/vendor/* $GOPATH/src
rf -rf $TYK/vendor
@buger buger added the bug Something isn't working label Aug 22, 2019
@buger buger mentioned this issue Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant