Skip to content

Commit

Permalink
更新 install-third-party.sh (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Nov 19, 2024
1 parent e20bbea commit 0f5c388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-third-party.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ source $this_dir/.env

# We consider two derivatives: Red Hat and Debian
# Place preset libc versions of each from newer to older
+libc_preset_versions=( 2.39 2.35 2.31 2.28 2.17 )
+gcc_preset_versions=( 13.2.0 11.4.0 9.5.0 9.4.0 9.3.0 8.5.0 )
libc_preset_versions=( 2.39 2.35 2.31 2.28 2.17 )
gcc_preset_versions=( 13.2.0 11.4.0 9.5.0 9.4.0 9.3.0 8.5.0 )

selected_libc_version=
selected_gcc_version=
Expand Down

0 comments on commit 0f5c388

Please sign in to comment.