From e0f9a624abd80813f85751d059332f73e6015669 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 26 Apr 2018 20:33:59 -0600
Subject: [PATCH] Incremental rust build

---
 recipes/rust/recipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 }
 
-- 
GitLab