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

Build: simplify make targets to just run every time #5411

Merged
merged 6 commits into from
Feb 22, 2022

Commits on Feb 21, 2022

  1. run the make targets regardless of file timestamps and changes, just …

    …run them every time.
    
    Signed-off-by: Edward Welch <edward.welch@grafana.com>
    slim-bean committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    152f3de View commit details
    Browse the repository at this point in the history
  2. attempt #2

    Signed-off-by: Edward Welch <edward.welch@grafana.com>
    slim-bean committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    6b2347c View commit details
    Browse the repository at this point in the history
  3. don't need GO_FILES anymore

    Signed-off-by: Edward Welch <edward.welch@grafana.com>
    slim-bean committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    8bf3661 View commit details
    Browse the repository at this point in the history
  4. remove all the mod=vendor flags required as we transitioned through g…

    …o versions 13/14/15
    
    Signed-off-by: Edward Welch <edward.welch@grafana.com>
    slim-bean committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    784d534 View commit details
    Browse the repository at this point in the history
  5. changing drone deps because check-generated-files removes protos and …

    …I guess this all happens in the same place at the same time in drone.
    
    Signed-off-by: Edward Welch <edward.welch@grafana.com>
    slim-bean committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    85a816f View commit details
    Browse the repository at this point in the history
  6. fix rebase

    Signed-off-by: Edward Welch <edward.welch@grafana.com>
    slim-bean committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    98cea8c View commit details
    Browse the repository at this point in the history