mirror of
https://github.com/ceph/ceph
synced 2025-03-06 16:28:28 +00:00
install-deps.sh: add tchaikov's copr repo for crimson build on el8
we need it before the updated version of gcc-toolset9 addressing https://bugzilla.redhat.com/show_bug.cgi?id=1853900 is available in RHEL8/CentOS8. see https://copr.fedorainfracloud.org/coprs/tchaikov/gcc-toolset-9 Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
5c038b99b3
commit
10086983d9
@ -331,6 +331,7 @@ else
|
|||||||
$SUDO dnf config-manager --add-repo http://apt-mirror.front.sepia.ceph.com/lab-extras/8/
|
$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
|
$SUDO dnf config-manager --setopt=apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save
|
||||||
fi
|
fi
|
||||||
|
$SUDO dnf copr enable -y tchaikov/gcc-toolset-9 centos-stream-x86_64
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
munge_ceph_spec_in $with_seastar $for_make_check $DIR/ceph.spec
|
munge_ceph_spec_in $with_seastar $for_make_check $DIR/ceph.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user