kumahq / kuma

🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.
https://kuma.io/install
Apache License 2.0
3.67k stars 333 forks source link

Missing jq in dev/tools setup #11793

Open schogges opened 1 month ago

schogges commented 1 month ago

What happened?

When going through DEVELOPER.md and run make dev/tools without installing jq as a prerequisite, the command make check fails due to missing installation of jq (❌ bash: jq: command not found). Note that jq has been added to the list of prerequisites in this commit. I heard that this should not be necessary, so it can be removed again.

lukidzi commented 1 month ago

Traige: lets add it and have it on CI_TOOLS_BIN_DIR