From 5f8e6d9ee18e9309be3cfc743c11fb7128443fb5 Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Mon, 22 Jan 2024 14:53:25 +0800 Subject: [PATCH] unset rustc wrapper Signed-off-by: Bugen Zhao --- ci/scripts/check-dylint.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ci/scripts/check-dylint.sh b/ci/scripts/check-dylint.sh index 32e75d04a5afa..1c9d9067fdd61 100755 --- a/ci/scripts/check-dylint.sh +++ b/ci/scripts/check-dylint.sh @@ -4,10 +4,7 @@ set -euo pipefail source ci/scripts/common.sh +unset RUSTC_WRAPPER echo "--- Run dylint check (dev, all features)" cargo dylint --all -- --all-targets --all-features --locked - -echo "--- Show sccache stats" -sccache --show-stats -sccache --zero-stats