mirror of
https://github.com/ceph/ceph
synced 2025-03-21 09:48:37 +00:00
run-make-check.sh: drop workaround for undeclared jq build dependency
jq build dependency is properly declared now. Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
parent
b59d2ee04e
commit
c8691cd9a3
@ -54,7 +54,7 @@ function run() {
|
||||
exit 1
|
||||
fi
|
||||
if [ -n "$install_cmd" ]; then
|
||||
$DRY_RUN sudo $install_cmd ccache jq $which_pkg
|
||||
$DRY_RUN sudo $install_cmd ccache $which_pkg
|
||||
else
|
||||
echo "WARNING: Don't know how to install packages" >&2
|
||||
echo "This probably means distribution $ID is not supported by run-make-check.sh" >&2
|
||||
|
Loading…
Reference in New Issue
Block a user