From f8c43f6d7f3e576779b41e9199ea86048bea572b Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 14:06:18 +0000 Subject: [PATCH] update hickory-dns --- recipes/wip/hickory-dns/recipe.toml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/recipes/wip/hickory-dns/recipe.toml b/recipes/wip/hickory-dns/recipe.toml index a8c2df1db..1bcedca43 100644 --- a/recipes/wip/hickory-dns/recipe.toml +++ b/recipes/wip/hickory-dns/recipe.toml @@ -8,14 +8,5 @@ dependencies = [ "openssl1", ] script = """ -package="hickory-dns" -"${COOKBOOK_CARGO}" build \ - --manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \ - --package "${package}" \ - --release - --all-features - mkdir -pv "${COOKBOOK_STAGE}/bin" - cp -v \ - "target/${TARGET}/release/${package}" \ - "${COOKBOOK_STAGE}/bin/${package}" +cookbook_cargo -p hickory-dns --all-features """