Skip to content

Commit

Permalink
Upgrade folly to v2024.02.26.00 (from v2023.12.04.00) (#8950)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #8950

Reviewed By: kgpai

Differential Revision: D54502546

Pulled By: pedroerp

fbshipit-source-id: 59af4f63b32052e967388782bcf88e9f727d8740
  • Loading branch information
pedroerp authored and facebook-github-bot committed Mar 21, 2024
1 parent 0e65b22 commit 9b4a210
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CMake/resolve_dependency_modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ by Velox. See details on bundling below.
| re2 | 2021-04-01 | Yes |
| fmt | 10.1.1 | Yes |
| simdjson | 3.2.0 | Yes |
| folly | v2023.12.04.00 | Yes |
| fizz | v2023.12.04.00 | No |
| wangle | v2023.12.04.00 | No |
| mvfst | v2023.12.04.00 | No |
| fbthrift | v2023.12.04.00 | No |
| folly | v2024.02.26.00 | Yes |
| fizz | v2024.02.26.00 | No |
| wangle | v2024.02.26.00 | No |
| mvfst | v2024.02.26.00 | No |
| fbthrift | v2024.02.26.00 | No |
| DuckDB (testing) | 0.8.1 | Yes |
| cpr (testing) | 1.10.15 | Yes |

Expand Down
4 changes: 2 additions & 2 deletions CMake/resolve_dependency_modules/folly/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
project(Folly)
cmake_minimum_required(VERSION 3.14)

set(VELOX_FOLLY_BUILD_VERSION v2023.12.04.00)
set(VELOX_FOLLY_BUILD_VERSION v2024.02.26.00)
set(VELOX_FOLLY_BUILD_SHA256_CHECKSUM
ed66d435eacb8065ade2fac310c452ef288998e16fd73a95a7db4bdbbb4eea5d)
0a5570be503e377f2a9c178b926cd350ae72bddaeb0c7164a1fac7118c00e866)
set(VELOX_FOLLY_SOURCE_URL
"https://github.com/facebook/folly/releases/download/${VELOX_FOLLY_BUILD_VERSION}/folly-${VELOX_FOLLY_BUILD_VERSION}.tar.gz"
)
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-centos8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function install_protobuf {
)
}

FB_OS_VERSION="v2023.12.04.00"
FB_OS_VERSION="v2024.02.26.00"

function install_fizz {
wget_and_untar https://github.com/facebookincubator/fizz/archive/refs/tags/${FB_OS_VERSION}.tar.gz fizz
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NPROC=$(getconf _NPROCESSORS_ONLN)
DEPENDENCY_DIR=${DEPENDENCY_DIR:-$(pwd)}
MACOS_DEPS="ninja flex bison cmake ccache protobuf@21 icu4c boost gflags glog libevent lz4 lzo snappy xz zstd openssl libsodium"

FB_OS_VERSION="v2023.12.04.00"
FB_OS_VERSION="v2024.02.26.00"

function update_brew {
DEFAULT_BREW_PATH=/usr/local/bin/brew
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=v2023.12.04.00
FB_OS_VERSION=v2024.02.26.00
FMT_VERSION=10.1.1
BOOST_VERSION=boost-1.84.0
NPROC=$(getconf _NPROCESSORS_ONLN)
Expand Down

0 comments on commit 9b4a210

Please sign in to comment.