We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make package fails unless fields.yml was already created, typically by make update:
make package
fields.yml
make update
Execute /scripts/before_build.sh github.com/elastic/apm-server ./_beats cp: cannot stat 'fields.yml': No such file or directory make[1]: *** [prepare-package-cgo] Error 1 make: *** [package] Error 2
Short term fix could be to just document this requirement.
The text was updated successfully, but these errors were encountered:
update
Rund update first in package cmd.
2b3764c
Avoid failure based on missing files or setup added by running `make update`. Closes elastic/apm-server#355.
Run update first in make package cmd. (#5881)
a698ef7
No branches or pull requests
make package
fails unlessfields.yml
was already created, typically bymake update
:Short term fix could be to just document this requirement.
The text was updated successfully, but these errors were encountered: