We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb934d1 commit 337beb6Copy full SHA for 337beb6
.github/workflows/test-installers.yml
@@ -112,6 +112,8 @@ jobs:
112
hadron-platform: linux
113
distro-id: rhel80
114
post-checkout-command: |
115
+ dnf clean all && dnf update -y
116
+ dnf install glibc -y
117
dnf install -y gcc gcc-c++ make git nss dbus xorg-x11-server-Xvfb yum-utils
118
# Enable the devel repo to install compat-openssl11 (bringing libcrupto.so.1.1 to run mongod)
119
dnf config-manager --set-enabled devel
0 commit comments