remote_server: local build also need feature debug-embed (#19265)

it's waste me one more hour. IMO, this also need for `build_local`

Release Notes:

- N/A
This commit is contained in:
CharlesChen0823
2024-10-15 23:08:37 -07:00
committed by GitHub
parent 182230a0ba
commit 1dda039f38
@@ -468,6 +468,8 @@ impl SshClientDelegate {
"build",
"--package",
"remote_server",
"--features",
"debug-embed",
"--target-dir",
"target/remote_server",
]))