Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Enable check for presence of carvel toolset #515

Merged
merged 1 commit into from
May 17, 2021
Merged

Conversation

stmcginnis
Copy link
Contributor

What this PR does / why we need it

The packaging make targets depend on the carvel tools to be present.
This enables the check to make sure they are there before running some
of the targets that attempt to use them.

Which issue(s) this PR fixes

Fixes: #430

Describe testing done for PR

On Linux and Mac hosts, without carvel tools installed, run make check-carvel and verify
it gives an appropriate error.

Special notes for your reviewer

Does this PR introduce a user-facing change?

NONE

@dvonthenen
Copy link
Contributor

I think we need a rebase of this after the code-pocalypse

The packaging make targets depend on the carvel tools to be present.
This enables the check to make sure they are there before running some
of the targets that attempt to use them.

Signed-off-by: Sean McGinnis <smcginnis@vmware.com>
Copy link
Contributor

@dvonthenen dvonthenen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@stmcginnis stmcginnis merged commit d20a6db into main May 17, 2021
@stmcginnis stmcginnis deleted the carvel-check branch May 17, 2021 22:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a check task to the Makefile for required binaries
2 participants