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

Makefile does not check for required binaries presence. #512

Open
s3rj1k opened this issue Oct 17, 2024 · 0 comments · May be fixed by #843
Open

Makefile does not check for required binaries presence. #512

s3rj1k opened this issue Oct 17, 2024 · 0 comments · May be fixed by #843
Labels
good first issue Good for newcomers

Comments

@s3rj1k
Copy link
Collaborator

s3rj1k commented Oct 17, 2024

make cli-install
bash: line 1: jq: command not found
bash: line 1: jq: command not found
bash: line 1: jq: command not found
bash: line 1: jq: command not found
bash: line 1: jq: command not found
bash: line 1: jq: command not found
mkdir -p /media/share/Work/hmc/bin
curl -sL https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/download/v2.5.2/clusterawsadm_v2.5.2_linux_aarch64 -o /media/share/Work/hmc/bin/clusterawsadm
chmod +x /media/share/Work/hmc/bin/clusterawsadm

In this instance jq is missing, make should abort when required binary is not present on system

...

bash: line 3: unzip: command not found
@Kshatrix Kshatrix added the good first issue Good for newcomers label Dec 9, 2024
@ramessesii2 ramessesii2 linked a pull request Dec 29, 2024 that will close this issue
@alex-shl alex-shl added this to k0rdent Jan 3, 2025
@alex-shl alex-shl moved this to Todo in k0rdent Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants