Skip to content

Commit

Permalink
Add prebuilt third party for Glibc 2.30 and 2.32 (vesoft-inc#2401)
Browse files Browse the repository at this point in the history
* Add prebuilt third party for Glibc 2.30

* upgrade libevent

* add 2.32
  • Loading branch information
dutor authored Nov 18, 2020
1 parent daab888 commit a2d80fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions third-party/externals/libevent.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set(name libevent)
set(source_dir ${CMAKE_CURRENT_BINARY_DIR}/${name}/source)
ExternalProject_Add(
${name}
URL https://github.com/libevent/libevent/releases/download/release-2.1.11-stable/libevent-2.1.11-stable.tar.gz
URL_HASH MD5=7f35cfe69b82d879111ec0d7b7b1c531
URL https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
URL_HASH MD5=b5333f021f880fe76490d8a799cd79f4
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/${name}
TMP_DIR ${BUILD_INFO_DIR}
STAMP_DIR ${BUILD_INFO_DIR}
Expand Down
4 changes: 1 addition & 3 deletions third-party/install-third-party.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ url_base=https://oss-cdn.nebula-graph.com.cn/third-party
this_dir=$(dirname $(readlink -f $0))
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.27 2.23 2.17 2.12 )
libc_preset_versions=( 2.32 2.30 2.27 2.23 2.17 2.12 )
gcc_preset_versions=( 9.2.0 9.1.0 8.3.0 7.5.0 7.1.0 )

selected_libc_version=
Expand Down

0 comments on commit a2d80fb

Please sign in to comment.