Skip to content

Commit 337beb6

Browse files
committed
install glibc
1 parent cb934d1 commit 337beb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
hadron-platform: linux
113113
distro-id: rhel80
114114
post-checkout-command: |
115+
dnf clean all && dnf update -y
116+
dnf install glibc -y
115117
dnf install -y gcc gcc-c++ make git nss dbus xorg-x11-server-Xvfb yum-utils
116118
# Enable the devel repo to install compat-openssl11 (bringing libcrupto.so.1.1 to run mongod)
117119
dnf config-manager --set-enabled devel

0 commit comments

Comments
 (0)