Skip to content

Commit

Permalink
Update folly version (#3351)
Browse files Browse the repository at this point in the history
Summary:
Updating folly version to pick up latest fixes on folly/benchmark

Pull Request resolved: #3351

Reviewed By: kgpai

Differential Revision: D41509636

Pulled By: pedroerp

fbshipit-source-id: 0bdae9593d465ffb7e17c937f14a35211a210f43
  • Loading branch information
pedroerp authored and facebook-github-bot committed Nov 23, 2022
1 parent f94bf4d commit babb1c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ include(CheckCXXCompilerFlag)
if(DEFINED ENV{VELOX_FOLLY_URL})
set(FOLLY_SOURCE_URL "$ENV{VELOX_FOLLY_URL}")
else()
set(VELOX_FOLLY_BUILD_VERSION v2022.07.11.00)
set(VELOX_FOLLY_BUILD_VERSION v2022.11.14.00)
set(FOLLY_SOURCE_URL
"https://github.com/facebook/folly/archive/${VELOX_FOLLY_BUILD_VERSION}.tar.gz"
)
set(VELOX_FOLLY_BUILD_SHA256_CHECKSUM
b6cc4082afd1530fdb8d759bc3878c1ea8588f6d5bc9eddf8e1e8abe63f41735)
b249436cb61b6dfd5288093565438d8da642b07ae021191a4042b221bc1bdc0e)
endif()

macro(build_folly)
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-circleci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ wget_and_untar http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz
wget_and_untar https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz boost &
wget_and_untar https://github.com/google/snappy/archive/1.1.8.tar.gz snappy &
wget_and_untar https://github.com/fmtlib/fmt/archive/8.0.0.tar.gz fmt &
wget_and_untar https://github.com/facebook/folly/archive/v2022.07.11.00.tar.gz folly &
wget_and_untar https://github.com/facebook/folly/archive/v2022.11.14.00.tar.gz folly &
# wget_and_untar https://github.com/ericniebler/range-v3/archive/0.11.0.tar.gz ranges-v3 &
wget_and_untar https://archive.apache.org/dist/hadoop/common/hadoop-2.10.1/hadoop-2.10.1.tar.gz hadoop
wget_and_untar https://github.com/protocolbuffers/protobuf/releases/download/v21.4/protobuf-all-21.4.tar.gz protobuf &
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source $SCRIPTDIR/setup-helper-functions.sh
CPU_TARGET="${CPU_TARGET:-avx}"
COMPILER_FLAGS=$(get_cxx_flags "$CPU_TARGET")
export COMPILER_FLAGS
FB_OS_VERSION=v2022.07.11.00
FB_OS_VERSION=v2022.11.14.00
NPROC=$(getconf _NPROCESSORS_ONLN)
DEPENDENCY_DIR=${DEPENDENCY_DIR:-$(pwd)}

Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-velox-torcharrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function wget_and_untar {
wget_and_untar https://github.com/gflags/gflags/archive/refs/tags/v2.2.2.tar.gz gflags
wget_and_untar https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz openssl &
wget_and_untar https://boostorg.jfrog.io/artifactory/main/release/1.69.0/source/boost_1_69_0.tar.gz boost &
wget_and_untar https://github.com/facebook/folly/archive/v2022.07.11.00.tar.gz folly &
wget_and_untar https://github.com/facebook/folly/archive/v2022.11.14.00.tar.gz folly &

wait

Expand Down

0 comments on commit babb1c3

Please sign in to comment.