Skip to content

Commit d9d5a7d

Browse files
[CI] Remove deprecated drivers install (#10945)
It was there for the matrix generator scenario, that has been removed.
1 parent a600d52 commit d9d5a7d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/sycl_linux_run_tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,6 @@ jobs:
166166
run: |
167167
sudo cp devops/scripts/get_release.py /opt/
168168
sudo -E devops/scripts/install_drivers.sh llvm/devops/dependencies.json --all
169-
- name: Install drivers (deprecated CI interface)
170-
if: env.compute_runtime_tag != '' && inputs.install_drivers != 'true'
171-
run: |
172-
if [ -e /opt/install_drivers.sh ]; then
173-
# TODO pack this script into container
174-
sudo cp devops/scripts/get_release.py /opt/
175-
sudo -E /opt/install_drivers.sh --all
176-
fi
177169
- name: Source OneAPI TBB vars.sh
178170
shell: bash
179171
run: |

0 commit comments

Comments
 (0)