Skip to content
Snippets Groups Projects
Verified Commit 5b47f0e6 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Hack repo to allow building with rust cook

parent 28180c39
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,12 @@ fi ...@@ -22,6 +22,12 @@ fi
for recipe in $recipes for recipe in $recipes
do do
if [ -e "recipes/$recipe/recipe.toml" ]
then
cargo run --release -- "$recipe"
continue
fi
if [ ! -d "recipes/$recipe/source/" ] if [ ! -d "recipes/$recipe/source/" ]
then then
echo -e "\033[01;38;5;155mrepo - fetching $recipe\033[0m" >&2 echo -e "\033[01;38;5;155mrepo - fetching $recipe\033[0m" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment