Skip to content

Commit 156c747

Browse files
committed
Disable incremental compilation in CI.
1 parent 0f8db34 commit 156c747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
set -ex
22

3+
export CARGO_INCREMENTAL=0
4+
35
if [ "$DOCS" = "yes" ]; then
46
cargo clean
57
cargo doc --all --no-deps

0 commit comments

Comments
 (0)