Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
small fix for libc selection version (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Jul 15, 2021
1 parent 9dfac8a commit 7d9ad67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/install-third-party.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 7d9ad67

Please sign in to comment.