This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-3 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 2fbc4a4fea63e4c38917b6eeb014206fe7de8b22 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Fri May 1 11:56:16 2026 +0300 Update tbb.cmake --- cmake/tbb.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/tbb.cmake b/cmake/tbb.cmake index 5f6fdf290..4f55d8f03 100644 --- a/cmake/tbb.cmake +++ b/cmake/tbb.cmake @@ -20,8 +20,8 @@ include_guard() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(tbb - uxlfoundation/oneTBB v2022.3.0 - MD5=68dbd75b30096398fe72816085ca2031 + uxlfoundation/oneTBB v2023.0.0 + MD5=e2e82997a27a60743cdfd9bde8d613d4 ) FetchContent_MakeAvailableWithArgs(tbb
