]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
run-make-check.sh: drop workaround for undeclared jq build dependency
authorNathan Cutler <ncutler@suse.com>
Mon, 9 Jul 2018 08:41:11 +0000 (10:41 +0200)
committerVictor Denisov <denisovenator@gmail.com>
Sun, 21 Oct 2018 21:20:04 +0000 (14:20 -0700)
jq build dependency is properly declared now.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit c8691cd9a3a3f2ccce03dbe66232fe172935bea4)

run-make-check.sh

index 4b559f70e6ce77609e842fa6de9a3c7f00bf8a10..64c8331450d9792ecff674a63023d89905400dd5 100755 (executable)
@@ -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