From 5ab688b8c4d4a9ded278dc4dc0166acf55bb5111 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 15 Jul 2024 18:21:05 +0000 Subject: [PATCH] Remove recipes --- recipes/wip/benchmarks/canbench/recipe.toml | 8 -------- recipes/wip/dev/other/dfx/recipe.toml | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 recipes/wip/benchmarks/canbench/recipe.toml delete mode 100644 recipes/wip/dev/other/dfx/recipe.toml diff --git a/recipes/wip/benchmarks/canbench/recipe.toml b/recipes/wip/benchmarks/canbench/recipe.toml deleted file mode 100644 index 383443b29..000000000 --- a/recipes/wip/benchmarks/canbench/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO compiled but not tested -[source] -git = "https://github.com/dfinity/canbench" -[build] -template = "custom" -script = """ -cookbook_cargo_packages canbench -""" diff --git a/recipes/wip/dev/other/dfx/recipe.toml b/recipes/wip/dev/other/dfx/recipe.toml deleted file mode 100644 index 1d4214da4..000000000 --- a/recipes/wip/dev/other/dfx/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO libloading crate error -[source] -git = "https://github.com/dfinity/sdk" -[build] -template = "custom" -script = """ -cookbook_cargo_packages dfx -""" -- GitLab