Skip to content

Commit 7425371

Browse files
authored
fix(ci): install glibc for smoketests COMPASS-9507 (#7079)
* install glibc * refresh
1 parent cab6807 commit 7425371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-installers.yml

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

0 commit comments

Comments
 (0)