-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
2f656af
commit 13bf7b5
Showing
11 changed files
with
159 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
source <(setup-envtest use -p env --bin-dir "$PWD/testbin") | ||
export APICONFIG=$PWD/config/base/apiconfig/ | ||
export CONTROLLERSCONFIG=$PWD/config/base/controllersconfig/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.