From ea83f18f9009a9201b876a1fbe006e194116bd8d Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 12 May 2021 17:41:21 +0200 Subject: ci: force enable incremental compilation (#10614) Note that Rust 1.51.1 adds extra verification to avoid miscompiles, so it is possible that this PR causes build failures on CI, in which case it needs to be reverted. See https://blog.rust-lang.org/2021/05/10/Rust-1.52.1). --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f07cac9e6..707874851 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: env: RUST_BACKTRACE: full + RUSTC_FORCE_INCREMENTAL: 1 CARGO_TERM_COLOR: always steps: -- cgit v1.2.3