We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a600d52 commit d9d5a7dCopy full SHA for d9d5a7d
.github/workflows/sycl_linux_run_tests.yml
@@ -166,14 +166,6 @@ jobs:
166
run: |
167
sudo cp devops/scripts/get_release.py /opt/
168
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
177
- name: Source OneAPI TBB vars.sh
178
shell: bash
179
0 commit comments