-
Notifications
You must be signed in to change notification settings - Fork 91
Add install-tools and local-env rules to Makefiles #1280
Add install-tools and local-env rules to Makefiles #1280
Conversation
Skipping CI for Draft Pull Request. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1280 +/- ##
=======================================
Coverage 58.06% 58.06%
=======================================
Files 33 33
Lines 2797 2797
=======================================
Hits 1624 1624
Misses 1018 1018
Partials 155 155 Continue to review full report at Codecov.
|
64fd7e5
to
9d47f28
Compare
b9a3080
to
cb11828
Compare
If required tool version is found on the host, then it will be linked into the ./bin folder. Otherwise, it will be downloaded. Signed-off-by: Francesco Ilario <[email protected]>
cb11828
to
a1f1591
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pmacik The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…1280) If required tool version is found on the host, then it will be linked into the ./bin folder. Otherwise, it will be downloaded. Signed-off-by: Francesco Ilario <[email protected]> Signed-off-by: Francesco Ilario <[email protected]>
…1280) If required tool version is found on the host, then it will be linked into the ./bin folder. Otherwise, it will be downloaded. Signed-off-by: Francesco Ilario <[email protected]> Signed-off-by: Francesco Ilario <[email protected]>
If required tool version is found on the host, then it will be linked into the ./bin folder. Otherwise, it will be downloaded. Signed-off-by: Francesco Ilario <[email protected]> Signed-off-by: Francesco Ilario <[email protected]> Signed-off-by: Francesco Ilario <[email protected]> Co-authored-by: Francesco Ilario <[email protected]>
…1280) If required tool version is found on the host, then it will be linked into the ./bin folder. Otherwise, it will be downloaded. Signed-off-by: Francesco Ilario <[email protected]> Signed-off-by: Francesco Ilario <[email protected]>
If required tool version is found on the host, then it will be linked into the ./bin folder. Otherwise, it will be downloaded. Signed-off-by: Francesco Ilario <[email protected]> Signed-off-by: Francesco Ilario <[email protected]> Signed-off-by: Francesco Ilario <[email protected]> Co-authored-by: Francesco Ilario <[email protected]>
If required tool version is found on the host, then it will be linked into the ./bin folder. Otherwise, it will be downloaded.
Signed-off-by: Francesco Ilario [email protected]
Changes
Added
install-tools
andlocal-env
rules to makefiles.Leveraging on these rules, it is now possible to easily install the needed version of each dependency.
/kind enhancement
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
included if any changes are user facing
included if any functionality added or changed. For bugfixes please include tests that can catch regressions
@external-feedback
tag.