|
|
@@ -73,7 +73,7 @@ function __cirquetest_clean_flask() {
|
|
|
|
|
|
function __cirquetest_build_ot() {
|
|
|
echo -e "[$BOLD_YELLOW_TEXT""INFO""$RESET_COLOR] Cache miss, build openthread simulation."
|
|
|
- script/cmake-build simulation -DOT_THREAD_VERSION=1.2 -DOT_MTD=OFF -DOT_FTD=OFF
|
|
|
+ script/cmake-build simulation -DOT_THREAD_VERSION=1.2 -DOT_MTD=OFF -DOT_FTD=OFF -DWEB_GUI=0 -DNETWORK_MANAGER=0 -DREST_API=0 -DNAT64=0
|
|
|
tar czf "$OT_SIMULATION_CACHE" build
|
|
|
echo "$OPENTHREAD_CHECKOUT" >"$OT_SIMULATION_CACHE_STAMP_FILE"
|
|
|
}
|