Skip to content

Commit

Permalink
no incremental for sccache friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jan 10, 2025
1 parent 7e7df25 commit 2f85d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check-dev-context-only-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ fi
# We could selectively deny (= `-D`) them here, however, deny all warnings for
# consistency with other CI steps and for the possibility of new similar lints.
export RUSTFLAGS="-D warnings -Z threads=8 $RUSTFLAGS"
export CARGO_INCREMENTAL=0

if [[ $mode = "check-bins-and-lib" || $mode = "full" ]]; then
_ cargo "+${rust_nightly}" hack "$@" check
Expand Down

0 comments on commit 2f85d0e

Please sign in to comment.