Skip to content

Commit d806d8f

Browse files
author
Colin Davidson
committed
Remove any unnecessary ninja installs
1 parent 520762d commit d806d8f

9 files changed

Lines changed: 0 additions & 27 deletions

File tree

.github/actions/do_build_dpcpp/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ runs:
2626
with:
2727
target: ${{ inputs.target }}
2828

29-
- name: Install Ninja
30-
uses: llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
31-
3229
- name: clone dpc++
3330
if: contains(inputs.download_dpcpp_artefact, inputs.target) != true
3431
uses: actions/checkout@v4

.github/actions/do_build_icd/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ runs:
2626
with:
2727
target: ${{ inputs.target }}
2828

29-
- name: Install Ninja
30-
uses: llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
31-
3229
- name: clone headers
3330
uses: actions/checkout@v4
3431
with:

.github/actions/do_build_opencl_cts/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ runs:
3131
with:
3232
target: ${{ inputs.target }}
3333

34-
- name: Install Ninja
35-
uses: llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
36-
3734
- name: download icd artifact
3835
uses: actions/download-artifact@v4
3936
with:

.github/actions/do_build_run_sycl_e2e/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ runs:
2222
with:
2323
target: ${{ inputs.target }}
2424

25-
- name: Install Ninja
26-
uses: llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
27-
2825
- name: download icd artifact
2926
if: inputs.sycl_device == 'opencl'
3027
uses: actions/download-artifact@v4

.github/actions/do_build_sycl_cts/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ runs:
2323
with:
2424
target: ${{ inputs.target }}
2525

26-
- name: Install Ninja
27-
if: contains(inputs.download_sycl_cts_artefact, inputs.target) != true
28-
uses: llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
29-
3026
- name: download icd artifact
3127
if: inputs.sycl_device == 'opencl' && contains(inputs.download_sycl_cts_artefact, inputs.target) != true
3228
uses: actions/download-artifact@v4

.github/actions/do_build_tornado/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ runs:
1515
with:
1616
target: ${{ inputs.target }}
1717

18-
- name: Install Ninja
19-
uses: llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
20-
2118
- name: download icd artifact
2219
uses: actions/download-artifact@v4
2320
with:

.github/actions/run_sycl_cts/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ runs:
2323
with:
2424
target: ${{ inputs.target }}
2525

26-
- name: Install Ninja
27-
uses: llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
28-
2926
- name: download ock artifact
3027
if: inputs.sycl_device == 'opencl'
3128
uses: actions/download-artifact@v4

.github/actions/setup_build/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ runs:
5454
echo "PATH=C:\VulkanSDK\1.3.283.0\Bin;$env:PATH" >> $env:GITHUB_ENV
5555
pip install lit
5656
57-
- name: Install Ninja
58-
uses: llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
59-
6057
- name: set llvm key
6158
id: set_llvm_key
6259
shell: bash

.github/workflows/run_ock_internal_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,6 @@ jobs:
404404
steps:
405405
- name: Checkout repo
406406
uses: actions/checkout@v5
407-
- name: Install Ninja
408-
uses: llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
409407
- run: echo WORKSPACE is $GITHUB_WORKSPACE && echo PWD is `pwd` && ls -al
410408
- name: Run Clik
411409
run: |

0 commit comments

Comments
 (0)