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

[cmd/mdatagen] Work around a go-generate issue blocking make generate #10133

Closed

Commits on Jun 9, 2022

  1. If mdatagen is causing file renames, e.g. migration to the new metric…

    …s builder, running `go generate ./...` ends up with a failure `no such file or directory` even if the `mdatagen` command successfully completed. The root cause of that is in how go generate works. This change adds a workaround for the issue using go build tags.
    dmitryax committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    f0f0cb1 View commit details
    Browse the repository at this point in the history