diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh index 28597ed1a..0ee45283b 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 }