Also, document each dependency.
Adding gpg avoids errors when running a release or dev branch in the CI:
bash: line 1: gpg: command not found
Also, document each dependency.
Adding gpg avoids errors when running a release or dev branch in the CI:
bash: line 1: gpg: command not found
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | hebasto |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
6 | @@ -7,7 +7,11 @@ 7 | export LC_ALL=C 8 | 9 | ${CI_RETRY_EXE} apt-get update 10 | -${CI_RETRY_EXE} apt-get install -y curl git gawk jq xz-utils 11 | +# Lint dependencies: 12 | +# - curl (to download shellcheck)
Mention xz-util? See #26716 (review)
ACK fa87d71872f1a6f85f5ac699290c45a6e3c8933a