Skip to content

Commit 15af1b6

Browse files
committed
ci: twister: Remove stale clang-related variables
This commit removes stale clang-related variables that are not used by the Twister workflow. Signed-off-by: Stephanos Ioannidis <[email protected]> (cherry picked from commit 34e4b6f)
1 parent e7b28e1 commit 15af1b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/twister.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
PUSH_MATRIX_SIZE: 15
3535
DAILY_MATRIX_SIZE: 80
3636
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
37-
CLANG_ROOT_DIR: /usr/lib/llvm-12
3837
TESTS_PER_BUILDER: 700
3938
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
4039
BASE_REF: ${{ github.base_ref }}
@@ -128,7 +127,6 @@ jobs:
128127
subset: ${{fromJSON(needs.twister-build-prep.outputs.subset)}}
129128
env:
130129
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
131-
CLANG_ROOT_DIR: /usr/lib/llvm-12
132130
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 '
133131
DAILY_OPTIONS: ' -M --build-only --all'
134132
PR_OPTIONS: ' --clobber-output --integration'
@@ -176,7 +174,6 @@ jobs:
176174
- name: Check Environment
177175
run: |
178176
cmake --version
179-
${CLANG_ROOT_DIR}/bin/clang --version
180177
gcc --version
181178
ls -la
182179
echo "github.ref: ${{ github.ref }}"

0 commit comments

Comments
 (0)