fix(#1989): don't relock on meta-update cascade rebuilds (was reverting the bump)
This commit is contained in:
parent
527dff0200
commit
1f0cc010ad
4 changed files with 36 additions and 6 deletions
|
|
@ -425,7 +425,7 @@ async fn handle_rebuild(coord: &Arc<Coordinator>, name: &str) -> Result<HostResp
|
|||
let agent_dir = coord.ensure_runtime(name)?;
|
||||
let hive = coord.hive_env();
|
||||
let paths = Coordinator::agent_paths(name, agent_dir);
|
||||
let result = lifecycle::rebuild(name, &hive, &paths, &|_| (), &|_| ()).await;
|
||||
let result = lifecycle::rebuild(name, &hive, &paths, true, &|_| (), &|_| ()).await;
|
||||
// Mirror auto_update::rebuild_agent — the manager wants to know
|
||||
// about every rebuild attempt regardless of which surface triggered
|
||||
// it, especially failures (build error → manager can adjust the
|
||||
|
|
|
|||
Loading…
Reference in a new issue