summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-05-12 17:41:21 +0200
committerGitHub <noreply@github.com>2021-05-12 17:41:21 +0200
commitea83f18f9009a9201b876a1fbe006e194116bd8d (patch)
treee877d836ce5d73091170277aee2788051aea5d69 /.github
parent473c93a90b590204c096062781cd4f71cc58cdfe (diff)
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).
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
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: