diff options
author | Yureka <yuka@yuka.dev> | 2024-07-22T16·10+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-07-22T16·30+0000 |
commit | dbe698042d73edf03ffcc7417f5427d57bcbec2f (patch) | |
tree | 3b092fa97b583e86a423b84607debcd568868661 /tvix | |
parent | 2547ff2cf6c6e8fefa6f55e3583bea1b1d8f4263 (diff) |
test(tvix/store): add xp-store-composition to feature powerset r/8404
Change-Id: Ibbd9a7585ec2f70c8f0f4d25ad858aa5ebc031dd Reviewed-on: https://cl.tvl.fyi/c/depot/+/12023 Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com> Autosubmit: yuka <yuka@yuka.dev> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/store/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/default.nix b/tvix/store/default.nix index d5d4609beff9..b8541d072224 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 = '' |