buildkite-agent: breakage with nixpkgs version

#439
Opened by tazjin at 2025-03-02T16·06+00

Buildkite added an internal debugging check to the binary which fails in the Nix built version: https://github.com/buildkite/agent/pull/3123

This is supposed to only warn in production, but it does this by assuming that everybody uses the upstream built binaries (which nixpkgs doesn't). To fix this additional flags need to be passed to the Go build to override the "build number".

  1. Fixed locally in cl/13205

    Fixed upstream (well, nixpkgs) in PR#386414.

    tazjin at 2025-03-02T16·33+00