Skip to content

Commit e0d51db

Browse files
chore(deps): update dependency uxlfoundation/onetbb to v2022
1 parent 5a28d5c commit e0d51db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/pipeline/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pr:
3939

4040
variables:
4141
OPENBLAS_VERSION : 'v0.3.27'
42-
TBB_VERSION : 'v2021.10.0'
42+
TBB_VERSION : 'v2022.2.0'
4343
VM_IMAGE : 'ubuntu-24.04'
4444
WIN_VM_IMAGE : 'windows-2022'
4545
SYSROOT_OS: 'noble'
@@ -151,7 +151,7 @@ jobs:
151151
platform.type : 'lnxriscv64'
152152
OPENBLAS_VERSION : 'v0.3.27'
153153
OPENBLAS_CACHE_DIR : $(Pipeline.Workspace)/openblas-riscv64-clang
154-
TBB_VERSION : 'v2021.10.0'
154+
TBB_VERSION : 'v2022.2.0'
155155
TBB_CACHE_DIR : $(Pipeline.Workspace)/tbb-riscv64-clang
156156
SYSROOT_CACHE_DIR: $(Pipeline.Workspace)/sysroot-riscv64
157157
pool:

dev/download_tbb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#===============================================================================
1818

19-
TBB_VERSION="2021.10.0"
19+
TBB_VERSION="2022.2.0"
2020
TBB_URL_ROOT="https://github.com/uxlfoundation/oneTBB/releases/download/v${TBB_VERSION}"
2121

2222
os=$(uname)

0 commit comments

Comments
 (0)