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

Use make targets to install binary dependencies #3477

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Commits on Sep 17, 2024

  1. Use make targets to install binary dependencies

    * Make use of file-based rules as make targets to ensure that binaries
      are only installed if not already available
    * Configure `GOBIN` env var to `./bin`. Thus `go install` installs
      binaries in `./bin`
    * Add `GOBIN` to path
    * Use simple binary names as `GOBIN` is on the `PATH`
    
    Co-authored-by: Georgi Sabev <[email protected]>
    danail-branekov and georgethebeatle committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4156fbc View commit details
    Browse the repository at this point in the history