diff --git a/repo.sh b/repo.sh
index 35052bb2174d3542a485a3c6b2888ff8d97cbb34..9cc912a4a2c6fe23f14b2582661832feb1d8ec11 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" ]