We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a07c87 commit eb80002Copy full SHA for eb80002
yabs.sh
@@ -904,6 +904,10 @@ function launch_geekbench {
904
905
# ensure the test ran successfully
906
if [ -z "$GEEKBENCH_TEST" ]; then
907
+ # detect if CentOS 7 and print a more helpful error message
908
+ if grep -q "CentOS Linux 7" /etc/os-release; then
909
+ echo -e "\r\033[0K CentOS 7 and Geekbench have known issues relating to glibc (see issue #71 for details)"
910
+ fi
911
if [[ -z "$IPV4_CHECK" ]]; then
912
# Geekbench test failed to download because host lacks IPv4 (cdn.geekbench.com = IPv4 only)
913
echo -e "\r\033[0KGeekbench releases can only be downloaded over IPv4. FTP the Geekbench files and run manually."
0 commit comments