diff --git a/.buildkite/run.sh b/.buildkite/run.sh index 29f3445b8fa..592a249f660 100755 --- a/.buildkite/run.sh +++ b/.buildkite/run.sh @@ -54,7 +54,7 @@ ccache -s if [ -n "${DAILY_BUILD}" ]; then - TWISTER_OPTIONS=" --inline-logs -N --build-only --all --retry-failed 3 -v " + TWISTER_OPTIONS=" --inline-logs -M -N --build-only --all --retry-failed 3 -v " echo "--- DAILY BUILD" west init -l . west update 1> west.update.log || west update 1> west.update-2.log