Skip to content

Commit

Permalink
build: fix build on EL8
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Jun 28, 2024
1 parent bb40c5f commit 8e16bdb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ jobs:
yum install -y epel-release
yum localinstall -y glite-info-provider-ldap-*.el7.noarch.rpm
# FIXME: openldap-servers is in CentOS 8 Stream Powertools, but not in AlmaLinux PowerTools
# See https://bugs.almalinux.org/view.php?id=222
# Currently instaling using the package from devel repository
# See https://bugs.almalinux.org/view.php?id=100
# https://repo.almalinux.org/almalinux/8/devel/x86_64/os/Packages/
# XXX: From PowerTools: openldap-servers
install-almalinux8:
name: Install AlmaLinux 8 RPMs
needs: build-almalinux
Expand All @@ -87,7 +83,7 @@ jobs:
name: rpms8
- name: Install generated RPMs
run: |
yum install -y https://repo.almalinux.org/almalinux/8/devel/x86_64/os/Packages/openldap-servers-2.4.46-18.el8.x86_64.rpm
dnf config-manager --set-enabled powertools
yum localinstall -y glite-info-provider-ldap-*.el8.noarch.rpm
# XXX Dependencies from EPEL: openldap-servers
Expand Down

0 comments on commit 8e16bdb

Please sign in to comment.