From 91c699aeaa3a268a84f11a21f24c7f21a095f10f Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Thu, 8 Feb 2024 20:04:55 -0700 Subject: [PATCH] Revert "Debug build (#7176)" (#7577) This reverts commit aaba98d8ecba934369d15f55d55688d569ca8fbe. Release Notes: - N/A --- script/bundle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/script/bundle b/script/bundle index d1fbeeb9a8..9c0dddbac4 100755 --- a/script/bundle +++ b/script/bundle @@ -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}