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.
What happened?
When going through DEVELOPER.md and run
make dev/tools
without installingjq
as a prerequisite, the commandmake check
fails due to missing installation ofjq
(❌ bash: jq: command not found
). Note thatjq
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.