Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions bin/promotion.ml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ module Apply = struct
let files_to_promote = files_to_promote ~common files in
match Dune_util.Global_lock.lock ~timeout:None with
| Ok () ->
(* Why are we starting an RPC server??? *)
Scheduler_setup.go_with_rpc_server ~common ~config (fun () ->
Scheduler_setup.go_without_rpc_server ~common ~config (fun () ->
let open Fiber.O in
let+ () = Fiber.return () in
let missing =
Expand Down
1 change: 1 addition & 0 deletions doc/changes/changed/13428.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Stop starting RPC server with `$ dune promote` (#13428, @rgrinberg)
Loading