Default to cargo-zigbuild for ZED_BUILD_REMOTE_SERVER (#33391)

Follow-up to #31467. `cargo-zigbuild` will be installed if it's not
there already, but you have to install Zig yourself. Pass
`ZED_BUILD_REMOTE_SERVER=cross` to use the old way.

Release Notes:

- N/A
This commit is contained in:
Cole Miller 2025-06-25 12:49:37 -04:00 committed by GitHub
parent 84494ab26b
commit 91c9281cea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 43 additions and 23 deletions

1
Cargo.lock generated
View file

@ -13168,6 +13168,7 @@ dependencies = [
"thiserror 2.0.12",
"urlencoding",
"util",
"which 6.0.3",
"workspace-hack",
]