fix(release): sync server submodule with Tauri lock - #1429
Conversation
Git-Session-Id: e6dfe367-2e85-5f00-915c-30dfa695d67c
Greptile SummaryThis PR restores release consistency by moving the top-level
Confidence Score: 5/5The PR appears safe to merge because it restores the required exact revision alignment between the Qt server submodule and Tauri lock without introducing a supported-contract failure. The sole change synchronizes the top-level server gitlink with the revision reported by the Tauri lock verification, and no concrete behavioral, build, security, or repository-rule issue remains. Important Files Changed
Reviews (1): Last reviewed commit: "fix(release): sync server submodule with..." | Re-trigger Greptile |
|
Greptile is clear at 5/5. The release build matrix is still running, so no merge or code change is appropriate yet; project monitoring will handle any concrete CI failure or the eventual merge gate. |
Problem
The latest two
Releaseruns onmasterfail every Tauri matrix job at the server-consistency preflight.aw-tauri/src-tauri/Cargo.lockpinsaw-server-rustatd2e7b803d6d7, while the top-level release submodule was independently advanced todf9c4fababf9.Fix
Move the top-level
aw-server-rustsubmodule back to the Tauri-locked revision, using the repository's canonicalmake sync-tauri-servertarget. This keeps Qt and Tauri release artifacts on the same server revision.Verification
Repairs failed runs 33886946064 and 33887064744.