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

hulk 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 358cc410 Bump oneTBB to 2011.11.0 (#1895)
358cc410 is described below

commit 358cc4101651cfd19f558f9e46ef377c36b70ba6
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat Nov 18 05:14:19 2023 +0200

    Bump oneTBB to 2011.11.0 (#1895)
---
 cmake/tbb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/tbb.cmake b/cmake/tbb.cmake
index 89d5f5e8..790b2e7e 100644
--- a/cmake/tbb.cmake
+++ b/cmake/tbb.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(tbb
-  oneapi-src/oneTBB v2021.10.0
-  MD5=ed595f9b088e8ffbd612e183dd6811d3
+  oneapi-src/oneTBB v2021.11.0
+  MD5=eea2bdc5ae0a51389da27480617ccff9
 )
 
 FetchContent_MakeAvailableWithArgs(tbb

Reply via email to