Skip to content

Commit

Permalink
Merge branch 'main' into slapd-ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
brucellino authored May 16, 2024
2 parents be3f227 + ad0fc1a commit fc3d8e9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ jobs:
yum localinstall -y bdii-*.el7.noarch.rpm
# XXX Dependency from EPEL: glue-schema
# 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/
install-almalinux8:
name: Install AlmaLinux 8 RPMs
needs: build-almalinux8
Expand All @@ -104,7 +99,7 @@ jobs:
- name: Install generated RPMs
run: |
yum install -y epel-release
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 bdii-*.el8.noarch.rpm
# XXX Dependencies from EPEL: glue-schema, openldap-servers
Expand Down

0 comments on commit fc3d8e9

Please sign in to comment.