mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
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).
This commit is contained in:
parent
473c93a90b
commit
ea83f18f90
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -47,6 +47,7 @@ jobs:
|
|||
|
||||
env:
|
||||
RUST_BACKTRACE: full
|
||||
RUSTC_FORCE_INCREMENTAL: 1
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue