Skip to content

Commit

Permalink
Merge #8762
Browse files Browse the repository at this point in the history
8762: internal: disable broken incremental builds 😿 r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
  • Loading branch information
bors[bot] and matklad committed May 8, 2021
2 parents 12e093d + 1d88a3f commit a12f037
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -16,7 +16,9 @@ text-size.opt-level = 3
miniz_oxide.opt-level = 3

[profile.release]
incremental = true
# We do want incremental release builds, but they are broken at the moment :(
# https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289
incremental = false
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.

[patch.'crates-io']
Expand Down

0 comments on commit a12f037

Please sign in to comment.