Skip to content

Commit 14796ed

Browse files
authored
Merge pull request #2262 from IntelPython/update-os-compiler-dependencies
[MAINT] Update OS compiler workflow dependencies
2 parents 787922a + 013f448 commit 14796ed

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414

1515
env:
1616
DOWNLOAD_URL_PREFIX: https://github.com/intel/llvm/releases/download
17-
DRIVER_PATH: 2025-WW27
18-
OCLCPUEXP_FN: oclcpuexp-2025.20.6.0.04_224945_rel.tar.gz
19-
TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2022.2.0/
20-
TBB_INSTALL_DIR: oneapi-tbb-2022.2.0
21-
TBB_FN: oneapi-tbb-2022.2.0-lin.tgz
17+
DRIVER_PATH: 2025-WW45
18+
OCLCPUEXP_FN: oclcpuexp-2025.21.10.0.10_160000_rel.tar.gz
19+
TBB_URL: https://github.com/uxlfoundation/oneTBB/releases/download/v2022.3.0/
20+
TBB_INSTALL_DIR: oneapi-tbb-2022.3.0
21+
TBB_FN: oneapi-tbb-2022.3.0-lin.tgz
2222

2323
steps:
2424
- name: Cancel Previous Runs
@@ -31,6 +31,11 @@ jobs:
3131
run: |
3232
sudo apt install hwloc
3333
34+
- name: Install lld
35+
shell: bash -l {0}
36+
run: |
37+
sudo apt install lld
38+
3439
- name: Cache sycl bundle
3540
id: cache-sycl-bundle
3641
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3

0 commit comments

Comments
 (0)