Skip to content

Commit 7e5c246

Browse files
chore(deps): update intel-oneapi-apt (#3411)
* chore(deps): update intel-oneapi-apt * Update ci.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ian Faust <[email protected]>
1 parent 90df83e commit 7e5c246

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci/env/apt.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ function add_repo {
3232

3333
function install_dpcpp {
3434
# DPC++ compiler version monitored by Renovate and sets exact value available via apt
35-
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp=2025.2.1-7 intel-oneapi-runtime-libs
35+
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp=2025.3.0-639 intel-oneapi-runtime-libs
3636
}
3737

3838
function install_tbb {
3939
# TBB version monitored by Renovate and sets exact value available via apt
40-
sudo apt-get install -y intel-oneapi-tbb-devel=2022.2.0-507
40+
sudo apt-get install -y intel-oneapi-tbb-devel=2022.3.0-381
4141
}
4242

4343
function install_dpl {
@@ -46,7 +46,7 @@ function install_dpl {
4646

4747
function install_mkl {
4848
# MKL version monitored by Renovate and sets exact value available via apt
49-
sudo apt-get install -y intel-oneapi-mkl-devel=2025.2.0-628
49+
sudo apt-get install -y intel-oneapi-mkl-devel=2025.3.0-461
5050
install_tbb
5151
install_dpl
5252
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
runs-on: ${{ matrix.runner }}
4747
name: LinuxMakeDPCPP(${{ matrix.ISA }})
48-
timeout-minutes: 120
48+
timeout-minutes: 150
4949

5050
steps:
5151
- name: Checkout oneDAL

0 commit comments

Comments
 (0)