Skip to content

Commit 79bc611

Browse files
committed
fix recipe
1 parent 2498bbe commit 79bc611

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ install_id
1515
output
1616

1717
# misc
18-
.vscode
18+
.vscode
19+
lightbug_http/rustls**

scripts/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ if [[ "${ENVIRONMENT}" == "--help" ]]; then
77
exit 0
88
fi
99
magic run template -m "${ENVIRONMENT}"
10-
rattler-build build -r src -c https://conda.modular.com/max -c conda-forge --skip-existing=all
11-
rm recipes/recipe.yaml
10+
rattler-build build -r src -c https://conda.modular.com/max -c conda-forge --skip-existing=all

scripts/templater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def main():
3737
config = tomllib.load(f)
3838

3939
recipe: str
40-
with open('recipes/template.yaml', 'r') as f:
40+
with open('recipes/template.tmpl', 'r') as f:
4141
recipe = f.read()
4242

4343
# Replace the placeholders in the recipe with the project configuration.

0 commit comments

Comments
 (0)