diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh
index 28597ed1a19f63f7005179e16d57c2f1603626c3..0ee45283b05b10b6fb6f37dc2244d15bb57131df 100644
--- a/recipes/rust/recipe.sh
+++ b/recipes/rust/recipe.sh
@@ -78,7 +78,7 @@ function recipe_build {
         make install
     popd
 
-    python x.py build --config ../config.toml --jobs $(nproc)
+    python x.py dist --config ../config.toml --jobs $(nproc) --incremental
     skip=1
 }