Skip to content

Commit

Permalink
Merge pull request ceph#47609 from cbodley/wip-install-deps-rhel
Browse files Browse the repository at this point in the history
install-deps: remove outdated rhel8 devtool packages

Reviewed-by: Patrick Donnelly <[email protected]>
Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Aug 16, 2022
2 parents 61df853 + d55598b commit 23b2e98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,6 @@ EOF
$SUDO dnf config-manager --setopt=apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save
$SUDO dnf -y module enable javapackages-tools
elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
$SUDO dnf config-manager \
--enable rhel-server-rhscl-8-rpms \
--enable rhel-8-server-optional-rpms \
--enable rhel-8-server-devtools-rpms
dts_ver=11
$SUDO dnf config-manager --set-enabled "codeready-builder-for-rhel-8-${ARCH}-rpms"
$SUDO dnf config-manager --add-repo http://apt-mirror.front.sepia.ceph.com/lab-extras/8/
Expand Down

0 comments on commit 23b2e98

Please sign in to comment.