You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the script fail if the installed version is below the supported
version (2.31).
Show a warning if the version is deprecated (between 2.31 and 2.34).
if [ "$(echo "$glibc_version"| grep -cE "2\.3[1-4]")"-gt 0 ];then
33
+
echo"Warning: Mithril support for your GLIBC version $glibc_version is deprecated. The minimum required version will be bumped to 2.35 after the 2506 distribution."
0 commit comments