Debug build (#7176)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-01-31 19:22:58 -07:00 committed by GitHub
parent 2cc2a61c77
commit aaba98d8ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}