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

Cherry-pick #14162 to 7.5: Stop using mage:import in custom beats #14186

Merged
merged 1 commit into from
Oct 25, 2019

Conversation

jsoriano
Copy link
Member

Cherry-pick of PR #14162 to 7.5 branch. Original message:

mage:import doesn't take into account vendorized dependencies, this is a
problen for custom beats, because by default they have libbeat as a
vendorized dependency. The solution would be to use go modules, but in
the meantime lets remove the use of mage:import from the magefiles
intended to be used by custom beats.

Fix #13998

`mage:import` doesn't take into account vendorized dependencies, this is a
problen for custom beats, because by default they have libbeat as a
vendorized dependency. The solution would be to use go modules, but in
the meantime lets remove the use of `mage:import` from the magefiles
intended to be used by custom beats.

(cherry picked from commit af5e812)
@jsoriano jsoriano merged commit 7f94ef6 into elastic:7.5 Oct 25, 2019
@jsoriano jsoriano deleted the backport_14162_7.5 branch October 25, 2019 16:05
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
`mage:import` doesn't take into account vendorized dependencies, this is a
problen for custom beats, because by default they have libbeat as a
vendorized dependency. The solution would be to use go modules, but in
the meantime lets remove the use of `mage:import` from the magefiles
intended to be used by custom beats.

(cherry picked from commit 4001f92)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants