]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
script/build_utils: enable javapackages-tools for building java binding 1593/head
authorKefu Chai <kchai@redhat.com>
Mon, 16 Nov 2020 07:50:40 +0000 (15:50 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 16 Nov 2020 07:50:40 +0000 (15:50 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh

index 42f8bf2332fd1c229b7d3de81494ac393dcd2b3b..27b888c8d47de7e3864f9de6fae162292cf60046 100644 (file)
@@ -1096,6 +1096,7 @@ setup_rpm_build_deps() {
         fi
     elif [ "$RELEASE" = 8 ]; then
         $SUDO dnf config-manager --set-enabled PowerTools
+        $SUDO dnf -y module enable javapackages-tools
         # before EPEL8 and PowerTools provide all dependencies, we use sepia for the dependencies
         $SUDO dnf config-manager --add-repo http://apt-mirror.front.sepia.ceph.com/lab-extras/8/
         $SUDO dnf config-manager --setopt=apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save