We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23e99c commit 0165993Copy full SHA for 0165993
ci/scripts/release.sh
@@ -21,8 +21,8 @@ echo "--- Install rust"
21
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-modify-path --default-toolchain none -y
22
source "$HOME/.cargo/env"
23
rustup show
24
-cargo install sccache --locked # we use sccache as the rustc wrapper
25
source ci/scripts/common.sh
+unset RUSTC_WRAPPER # disable sccache
26
27
echo "--- Install protoc3"
28
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
0 commit comments