Skip to content

Commit 34e4b6f

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]>
1 parent 0a63ca6 commit 34e4b6f

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
@@ -40,7 +40,6 @@ jobs:
4040
PUSH_MATRIX_SIZE: 15
4141
DAILY_MATRIX_SIZE: 80
4242
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
43-
CLANG_ROOT_DIR: /usr/lib/llvm-12
4443
TESTS_PER_BUILDER: 700
4544
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
4645
BASE_REF: ${{ github.base_ref }}
@@ -132,7 +131,6 @@ jobs:
132131
subset: ${{fromJSON(needs.twister-build-prep.outputs.subset)}}
133132
env:
134133
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
135-
CLANG_ROOT_DIR: /usr/lib/llvm-12
136134
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 '
137135
DAILY_OPTIONS: ' -M --build-only --all'
138136
PR_OPTIONS: ' --clobber-output --integration'
@@ -179,7 +177,6 @@ jobs:
179177
- name: Check Environment
180178
run: |
181179
cmake --version
182-
${CLANG_ROOT_DIR}/bin/clang --version
183180
gcc --version
184181
ls -la
185182
echo "github.ref: ${{ github.ref }}"

0 commit comments

Comments
 (0)