This reverts commit aaba98d8ec
.
Release Notes:
- N/A
This commit is contained in:
parent
07891b4978
commit
91c699aeaa
1 changed files with 0 additions and 5 deletions
|
@ -79,11 +79,6 @@ 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…
Add table
Add a link
Reference in a new issue