From a1eb1e5cca77cc8f41d4d3056e7b05e74fa4b264 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 6 Jun 2025 13:43:09 -0300 Subject: [PATCH] Update TODOs and fix the zizmor recipe --- recipes/wip/demos/wavy/recipe.toml | 2 +- recipes/wip/demos/wgpu-sky-rendering/recipe.toml | 2 +- recipes/wip/demos/xilem/recipe.toml | 2 +- recipes/wip/dev/analysis/hex/recipe.toml | 2 +- recipes/wip/dev/analysis/rust-ontologist/recipe.toml | 2 +- recipes/wip/dev/analysis/zizmor/recipe.toml | 5 ++++- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/recipes/wip/demos/wavy/recipe.toml b/recipes/wip/demos/wavy/recipe.toml index 59cabec34..8dc2e261f 100644 --- a/recipes/wip/demos/wavy/recipe.toml +++ b/recipes/wip/demos/wavy/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/ardaku/wavy" [build] diff --git a/recipes/wip/demos/wgpu-sky-rendering/recipe.toml b/recipes/wip/demos/wgpu-sky-rendering/recipe.toml index 1e1c6c923..b46016b45 100644 --- a/recipes/wip/demos/wgpu-sky-rendering/recipe.toml +++ b/recipes/wip/demos/wgpu-sky-rendering/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/bmatthieu3/wgpu-sky-rendering" [build] diff --git a/recipes/wip/demos/xilem/recipe.toml b/recipes/wip/demos/xilem/recipe.toml index a78f265e9..75f76028a 100644 --- a/recipes/wip/demos/xilem/recipe.toml +++ b/recipes/wip/demos/xilem/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO xilem_core crate error [source] git = "https://github.com/linebender/xilem" [build] diff --git a/recipes/wip/dev/analysis/hex/recipe.toml b/recipes/wip/dev/analysis/hex/recipe.toml index c3a8f113f..1a2f38dcb 100644 --- a/recipes/wip/dev/analysis/hex/recipe.toml +++ b/recipes/wip/dev/analysis/hex/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/sitkevij/hex" [build] diff --git a/recipes/wip/dev/analysis/rust-ontologist/recipe.toml b/recipes/wip/dev/analysis/rust-ontologist/recipe.toml index c2c8c86c8..30c3ff4d3 100644 --- a/recipes/wip/dev/analysis/rust-ontologist/recipe.toml +++ b/recipes/wip/dev/analysis/rust-ontologist/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO fix the nonsense "multipipe package not found" error [source] git = "https://github.com/lava-xyz/rust-ontologist" [build] diff --git a/recipes/wip/dev/analysis/zizmor/recipe.toml b/recipes/wip/dev/analysis/zizmor/recipe.toml index 619072131..f523c2417 100644 --- a/recipes/wip/dev/analysis/zizmor/recipe.toml +++ b/recipes/wip/dev/analysis/zizmor/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/woodruffw/zizmor" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages zizmor +"""