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-16 14:08:37 +08:00 committed by GitHub
parent 182230a0ba
commit 1dda039f38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -468,6 +468,8 @@ impl SshClientDelegate {
"build",
"--package",
"remote_server",
"--features",
"debug-embed",
"--target-dir",
"target/remote_server",
]))