Skip to content

Commit 0165993

Browse files
huangjw806xxchan
andauthored
fix: cherry-pick #10101 to v0.19.0 (#10116)
Co-authored-by: xxchan <[email protected]>
1 parent f23e99c commit 0165993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ echo "--- Install rust"
2121
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-modify-path --default-toolchain none -y
2222
source "$HOME/.cargo/env"
2323
rustup show
24-
cargo install sccache --locked # we use sccache as the rustc wrapper
2524
source ci/scripts/common.sh
25+
unset RUSTC_WRAPPER # disable sccache
2626

2727
echo "--- Install protoc3"
2828
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip

0 commit comments

Comments
 (0)