mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
parent
2cc2a61c77
commit
aaba98d8ec
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ version_info=$(rustc --version --verbose)
|
|||
host_line=$(echo "$version_info" | grep host)
|
||||
local_target_triple=${host_line#*: }
|
||||
|
||||
if [ -z "$ZED_CLIENT_CHECKSUM_SEED" ]; then
|
||||
echo "Missing ZED_CLIENT_CHECKSUM_SEED environment variable"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$local_arch" = true ]; then
|
||||
echo "Building for local target only."
|
||||
cargo build ${build_flag} --package ${zed_crate}
|
||||
|
|
Loading…
Reference in a new issue