From 6b136dfd23c03cc61d189ad5d41dd881e45b677e Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 30 Dec 2023 03:01:59 +0100 Subject: feat(tvix/glue): emit a warning in case of bad SRI hashes And include a test to ensure we show the warning. Change-Id: Ib6a436dbba2592b398b54e44f15a48d1aa345099 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10470 Tested-by: BuildkiteCI Reviewed-by: raitobezarius --- tvix/glue/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/glue/Cargo.toml') diff --git a/tvix/glue/Cargo.toml b/tvix/glue/Cargo.toml index b0902b5c9983..6b0edb5742e0 100644 --- a/tvix/glue/Cargo.toml +++ b/tvix/glue/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +data-encoding = "2.3.3" nix-compat = { path = "../nix-compat" } tvix-build = { path = "../build", default-features = false, features = []} tvix-eval = { path = "../eval" } -- cgit 1.4.1