From c39511fac9b0e22aabbdd27920c4bbfb804bfbed Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Fri, 22 May 2020 10:18:36 -0600
Subject: [PATCH] Do not build cookbook crate from repo.sh

---
 repo.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/repo.sh b/repo.sh
index 35052bb21..9cc912a4a 100755
--- a/repo.sh
+++ b/repo.sh
@@ -20,8 +20,6 @@ then
     recipes="$(ls -1 recipes)"
 fi
 
-cargo build --release
-
 for recipe in $recipes
 do
     if [ -e "recipes/$recipe/recipe.toml" ]
-- 
GitLab