From 01659936e12307e28e13287dcc3ca899b7f701e3 Mon Sep 17 00:00:00 2001 From: Huangjw <1223644280@qq.com> Date: Thu, 1 Jun 2023 15:58:45 +0800 Subject: [PATCH] fix: cherry-pick #10101 to v0.19.0 (#10116) Co-authored-by: xxchan --- ci/scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/release.sh b/ci/scripts/release.sh index 7fbbb2b909b99..3fc5260c3ad8c 100755 --- a/ci/scripts/release.sh +++ b/ci/scripts/release.sh @@ -21,8 +21,8 @@ echo "--- Install rust" curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-modify-path --default-toolchain none -y source "$HOME/.cargo/env" rustup show -cargo install sccache --locked # we use sccache as the rustc wrapper source ci/scripts/common.sh +unset RUSTC_WRAPPER # disable sccache echo "--- Install protoc3" curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip