Skip to content

Commit 6581805

Browse files
committed
just-build-clang-tidy
1 parent 91d7d1f commit 6581805

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/sycl-linux-build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ on:
4444
default: '[llvm, clang, sycl, llvm_spirv, xptifw, libclc]'
4545
required: false
4646

47-
build_clang_tidy:
48-
type: boolean
49-
default: false
50-
5147
# Artifacts:
5248

5349
retention-days:
@@ -293,10 +289,7 @@ jobs:
293289
if: ${{ !cancelled() && steps.build.conclusion == 'success' }}
294290
run: |
295291
cmake --build $GITHUB_WORKSPACE/build --target install-sycl-test-utilities
296-
297-
- name: Install clang-tidy
298-
if: ${{ !cancelled() && steps.build.conclusion == 'success' && inputs.build_clang_tidy == 'true' }}
299-
run: cmake --build $GITHUB_WORKSPACE/build --target install-clang-tidy
292+
cmake --build $GITHUB_WORKSPACE/build --target install-clang-tidy
300293
301294
- name: Additional Install for "--shared-libs" build
302295
if: ${{ !cancelled() && steps.build.conclusion == 'success' && contains(inputs.build_configure_extra_args, '--shared-libs') }}

.github/workflows/sycl-nightly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
# prefer widespread gzip compression.
5050
toolchain_artifact_filename: sycl_linux.tar.gz
5151

52-
build_target: "sycl-toolchain clang-tidy"
53-
build_clang_tidy: true
54-
5552
# Build used for performance testing only: not intended for testing
5653
linux_shared_build:
5754
if: github.repository == 'intel/llvm'

0 commit comments

Comments
 (0)