actions: clang: invoke twister with -M to keep size down
Use the -M option to cleanup as we go to deal with any disk space issues. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
cc1e64be93
commit
c71e2dc007
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clang.yaml
vendored
2
.github/workflows/clang.yaml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
#source zephyr-env.sh
|
||||
export ZEPHYR_BASE=${PWD}
|
||||
export ZEPHYR_TOOLCHAIN_VARIANT=llvm
|
||||
./scripts/twister --inline-logs -N -v -p native_posix --subset ${{matrix.subset}}/${MATRIX_SIZE} --retry-failed 3
|
||||
./scripts/twister --inline-logs -M -N -v -p native_posix --subset ${{matrix.subset}}/${MATRIX_SIZE} --retry-failed 3
|
||||
|
||||
- name: Upload Unit Test Results
|
||||
if: always()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue