kumahq/kuma

Missing jq in dev/tools setup

Opened this issue · 2 comments

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.

Traige: lets add it and have it on CI_TOOLS_BIN_DIR

slonka commented

Will be addressed in #12272 or made a separate PR if people want that.