Remove stale Qt work tree before wallet builds

This commit is contained in:
root
2026-04-30 23:58:35 +00:00
parent f30ecfcba9
commit 683984aab1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ reset_qt_configure_state() {
[[ -d "$qt_work" ]] || return 0 [[ -d "$qt_work" ]] || return 0
echo "Clearing stale Qt configure state for $HOST..." echo "Clearing stale Qt configure state for $HOST..."
find "$qt_work" -mindepth 2 -maxdepth 2 -type d -name qtbase-build -prune -exec rm -rf {} + rm -rf "$qt_work"
} }
cd "$ROOT" cd "$ROOT"
+2 -2
View File
@@ -53,8 +53,8 @@ The Linux Qt wallet option also installs Ubuntu desktop development headers
needed by Qt's xcb platform plugin, including fontconfig, freetype, xcb, and needed by Qt's xcb platform plugin, including fontconfig, freetype, xcb, and
xkbcommon packages. The wallet helper uses the matching `protoc` built by xkbcommon packages. The wallet helper uses the matching `protoc` built by
`depends/`, so a system protobuf compiler is not required. It also clears stale `depends/`, so a system protobuf compiler is not required. It also clears stale
Qt configure directories before rebuilding, because failed CMake feature checks Qt work directories before rebuilding, because failed CMake feature checks can
can otherwise be cached between attempts. otherwise be cached between attempts.
Defaults Defaults
-------- --------