From 7d9ad67712458f071ce7e57ba16f3273c116222f Mon Sep 17 00:00:00 2001 From: "kyle.cao" Date: Thu, 15 Jul 2021 13:49:01 +0800 Subject: [PATCH] small fix for libc selection version (#580) --- third-party/install-third-party.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/install-third-party.sh b/third-party/install-third-party.sh index 190986c82..028cc6440 100755 --- a/third-party/install-third-party.sh +++ b/third-party/install-third-party.sh @@ -27,7 +27,7 @@ cxx_cmd=${CXX:-g++} # We consider two derivatives: Red Hat and Debian # Place preset libc versions of each from newer to older -libc_preset_versions=( 2.32 2.31 2.27 2.23 2.17 ) +libc_preset_versions=( 2.32 2.31 2.28 2.27 2.23 2.17 ) gcc_preset_versions=( 10.1.0 9.3.0 9.2.0 9.1.0 8.3.0 7.5.0 7.1.0 ) selected_libc_version=