This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 2b7e69a5a chore(deps): Update TBB version to 2022.3.0 (#3239)
2b7e69a5a is described below

commit 2b7e69a5acd9e1490b96aafc84746d1baef6579e
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Oct 30 18:19:21 2025 +0300

    chore(deps): Update TBB version to 2022.3.0 (#3239)
    
    Update TBB version to 2022.3.0 (see:
    https://github.com/uxlfoundation/oneTBB/releases/tag/v2022.3.0)
    
    **Key changes**
    
    - Introduced API for setting dynamic task dependencies in task_group.
    This allows successor tasks to execute only after all their predecessors
    have completed
    - Extended task_arena with API support for enqueuing functions into a
    task_group and waiting for the task_group to complete
    - Introduced API for setting and getting the assertion handler. This
    allows applications to set their own assertion handling functions
    - Bug fixes
---
 cmake/tbb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/tbb.cmake b/cmake/tbb.cmake
index d2badda36..5f6fdf290 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.1.0
-  MD5=4a8940795f7e414727a1c443b94fd686
+  uxlfoundation/oneTBB v2022.3.0
+  MD5=68dbd75b30096398fe72816085ca2031
 )
 
 FetchContent_MakeAvailableWithArgs(tbb

Reply via email to