File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
CMake/resolve_dependency_modules/folly Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ cmake_minimum_required(VERSION 3.28)
1717velox_set_source (FastFloat )
1818velox_resolve_dependency (FastFloat CONFIG REQUIRED )
1919
20- set (VELOX_FOLLY_BUILD_VERSION v2025.04.28.00)
20+ set (VELOX_FOLLY_BUILD_VERSION v2025.12.15.00)
21+ # TODO: Update checksum after verifying the new release tarball
2122set (
2223 VELOX_FOLLY_BUILD_SHA256_CHECKSUM
23- ccbb7eac662023f9f5beba94e51350d527f33d8a7a036eb5e3d8a5cf1b49d3bc
24+ 82349f3d8766c6cd43e58560b026b0d6661a1ac67ee37d6d2a140dfe9c5bc15a
2425)
2526set (
2627 VELOX_FOLLY_SOURCE_URL
Original file line number Diff line number Diff line change 1919# The versions should match the declared versions in this file.
2020
2121# Build dependencies versions.
22- FB_OS_VERSION=" v2025.04.28 .00"
22+ FB_OS_VERSION=" v2025.12.15 .00"
2323FMT_VERSION=" 11.2.0"
2424BOOST_VERSION=" boost-1.84.0"
2525ARROW_VERSION=" 15.0.0"
You can’t perform that action at this time.
0 commit comments