File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments