Skip to content

Commit

Permalink
CI: drop support of centos-stream-8
Browse files Browse the repository at this point in the history
Addition to 5bbc146
  • Loading branch information
alexey-tikhonov committed Apr 24, 2024
1 parent 65ca672 commit f93d254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
13 changes: 3 additions & 10 deletions contrib/ci/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,9 @@ declare -a CONFIGURE_ARG_LIST=(
)


if [[ "$DISTRO_BRANCH" == -redhat-centos-8*- ||
"$DISTRO_BRANCH" == -redhat-redhatenterprise*-8.*- ]]; then
CONFIGURE_ARG_LIST+=(
"--with-python2-bindings"
)
else
CONFIGURE_ARG_LIST+=(
"--without-python2-bindings"
)
fi
CONFIGURE_ARG_LIST+=(
"--without-python2-bindings"
)


# Different versions of Debian might need different versions here but this is
Expand Down
11 changes: 0 additions & 11 deletions contrib/ci/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,9 @@ if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
libcap-devel
)

if [[ "$DISTRO_BRANCH" == -redhat-redhatenterprise*-8.*- ||
"$DISTRO_BRANCH" == -redhat-centos*-8*- ]]; then
DEPS_LIST+=(
python2
python2-devel
python2-requests
)
fi

if [[ "$DISTRO_BRANCH" == -redhat-fedora-4[0-9]* ||
"$DISTRO_BRANCH" == -redhat-fedora-3[7-9]* ||
"$DISTRO_BRANCH" == -redhat-redhatenterprise*-8.*- ||
"$DISTRO_BRANCH" == -redhat-redhatenterprise*-9.*- ||
"$DISTRO_BRANCH" == -redhat-centos*-8*- ||
"$DISTRO_BRANCH" == -redhat-centos*-9*- ]]; then
DEPS_LIST+=(
python3-dbus
Expand Down

0 comments on commit f93d254

Please sign in to comment.