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: enable journal in promtail linux release build #1072

Merged

Commits on Sep 26, 2019

  1. build: override promtail release build with cgo-enabled binary

    The published binary of promtail for linux/amd64 was not built with CGO
    support, so journal tailing could not be used.
    
    This is kind of a dirty hack: we just re-build promtail at the end of
    building everything else with CGO enabled. It's not clear how it could
    be done more cleanly.
    
    Fixes grafana#1057.
    rfratto committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    ca8bfe1 View commit details
    Browse the repository at this point in the history
  2. build: break out gox builds

    rfratto committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    f9e3fa6 View commit details
    Browse the repository at this point in the history