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 <personal@ilanjoselevich.com> Autosubmit: yuka <yuka@yuka.dev> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
parent
2547ff2cf6
commit
dbe698042d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in
|
||||||
};
|
};
|
||||||
passthru = (depot.tvix.utils.mkFeaturePowerset {
|
passthru = (depot.tvix.utils.mkFeaturePowerset {
|
||||||
inherit (old) crateName;
|
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
|
# virtiofs feature currently fails to build on Darwin
|
||||||
++ lib.optional pkgs.stdenv.isLinux "virtiofs");
|
++ lib.optional pkgs.stdenv.isLinux "virtiofs");
|
||||||
override.testPreRun = ''
|
override.testPreRun = ''
|
||||||
|
|
Loading…
Reference in a new issue