From dbe698042d73edf03ffcc7417f5427d57bcbec2f Mon Sep 17 00:00:00 2001 From: Yureka Date: Mon, 22 Jul 2024 18:10:54 +0200 Subject: [PATCH] test(tvix/store): add xp-store-composition to feature powerset Change-Id: Ibbd9a7585ec2f70c8f0f4d25ad858aa5ebc031dd Reviewed-on: https://cl.tvl.fyi/c/depot/+/12023 Reviewed-by: Ilan Joselevich Autosubmit: yuka Tested-by: BuildkiteCI Reviewed-by: flokli --- tvix/store/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvix/store/default.nix b/tvix/store/default.nix index d5d4609be..b8541d072 100644 --- a/tvix/store/default.nix +++ b/tvix/store/default.nix @@ -37,7 +37,7 @@ in }; passthru = (depot.tvix.utils.mkFeaturePowerset { inherit (old) crateName; - features = ([ "cloud" "fuse" "otlp" "tonic-reflection" ] + features = ([ "cloud" "fuse" "otlp" "tonic-reflection" "xp-store-composition" ] # virtiofs feature currently fails to build on Darwin ++ lib.optional pkgs.stdenv.isLinux "virtiofs"); override.testPreRun = ''