Skip to content

Commit 0134b23

Browse files
committed
Force disable incremental compilation
1 parent 48998bf commit 0134b23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ jobs:
455455
package_vm:
456456
docker:
457457
- image: rust:1.74
458+
environment:
459+
CARGO_INCREMENTAL: "0"
458460
steps:
459461
- checkout
460462
- run:

0 commit comments

Comments
 (0)