From 7da303558753898001eb4de1c5c82702655ee55e Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 10 Nov 2022 20:15:49 +0800 Subject: [PATCH] ci: Disable incremental for dev profile Signed-off-by: Xuanwo --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 41a1e9a2d5528..9fb06f56aca93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,6 +114,8 @@ overflow-checks = false [profile.dev] split-debuginfo = "unpacked" overflow-checks = false +# Disable incremental compile before https://github.com/rust-lang/rust/pull/104164 merged +incremental = false [profile.test] opt-level = 0