Skip to content

Commit 6d5e3e8

Browse files
chore(deps): update dependency uxlfoundation/onetbb to v2022.3.0
1 parent eba7879 commit 6d5e3e8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.ci/env/tbb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -eo pipefail
2020
SCRIPT_PATH=$(readlink -f "${BASH_SOURCE[0]}")
2121
SCRIPT_DIR=$(dirname "${SCRIPT_PATH}")
2222
ONEDAL_DIR=$(readlink -f "${SCRIPT_DIR}/../..")
23-
TBB_DEFAULT_VERSION=v2022.2.0
23+
TBB_DEFAULT_VERSION=v2022.3.0
2424

2525
# Function to display help
2626
show_help() {

.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.3.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.3.0'
155155
TBB_CACHE_DIR : $(Pipeline.Workspace)/tbb-riscv64-clang
156156
SYSROOT_CACHE_DIR: $(Pipeline.Workspace)/sysroot-riscv64
157157
pool:

.github/workflows/ci-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
env:
2828
DEP_DIR: ${{ github.workspace }}/__deps
29-
TBB_VERSION: v2022.2.0
29+
TBB_VERSION: v2022.3.0
3030
OPENBLAS_VERSION: v0.3.29
3131
OPENRNG_VERSION: 'v24.04'
3232

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.3.0"
2020
TBB_URL_ROOT="https://github.com/uxlfoundation/oneTBB/releases/download/v${TBB_VERSION}"
2121

2222
os=$(uname)

0 commit comments

Comments
 (0)