From 79bc6110039fc21e1dc6bb7c817b4805ef4f9458 Mon Sep 17 00:00:00 2001 From: Val Date: Sun, 29 Sep 2024 16:50:05 +0200 Subject: [PATCH] fix recipe --- .gitignore | 3 ++- scripts/build.sh | 3 +-- scripts/templater.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b89f8c78..49f64e9f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ install_id output # misc -.vscode \ No newline at end of file +.vscode +lightbug_http/rustls** \ No newline at end of file diff --git a/scripts/build.sh b/scripts/build.sh index 367af564..8da0097e 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -7,5 +7,4 @@ if [[ "${ENVIRONMENT}" == "--help" ]]; then exit 0 fi magic run template -m "${ENVIRONMENT}" -rattler-build build -r src -c https://conda.modular.com/max -c conda-forge --skip-existing=all -rm recipes/recipe.yaml \ No newline at end of file +rattler-build build -r src -c https://conda.modular.com/max -c conda-forge --skip-existing=all \ No newline at end of file diff --git a/scripts/templater.py b/scripts/templater.py index ee294cbd..bb42a570 100644 --- a/scripts/templater.py +++ b/scripts/templater.py @@ -37,7 +37,7 @@ def main(): config = tomllib.load(f) recipe: str - with open('recipes/template.yaml', 'r') as f: + with open('recipes/template.tmpl', 'r') as f: recipe = f.read() # Replace the placeholders in the recipe with the project configuration.