fix(openthread-br): clean build directory before update (#16949)

This commit is contained in:
Tom Frenzel
2026-09-02 11:14:18 +02:00
committed by GitHub
parent ba617b92e6
commit 8595d87a01
+4 -1
View File
@@ -58,7 +58,10 @@ function update_script() {
msg_ok "Deployed GitHub release OpenThread-BR (${CHECK_UPDATE_RELEASE#v})"
msg_info "Rebuilding OpenThread Border Router (Patience)"
cd /opt/ot-br-posix/build
cd /opt/ot-br-posix
rm -rf build
mkdir build
cd build
$STD cmake -GNinja \
-DBUILD_TESTING=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \