refactor(tvix/[ca]store): rename store composition feature flags
tvix-castore already supports composition without any additional feature flags, the only thing that can be explicitly enabled is referring to other stores via an anonymous url. Rename that feature flag to "xp-composition-url-refs". tvix-store effectively only controls the CLI surface, so rename this to "xp-composition-cli". The "store" in the feature name was dropped, as it's already apparent from being in the tvix-[ca]store crate. Change-Id: I1175dc6280cbba4cbcdfb7fd4b35fce713b45fc4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12747 Tested-by: BuildkiteCI Reviewed-by: yuka <yuka@yuka.dev>
This commit is contained in:
parent
d505f03e00
commit
e71a857ec8
8 changed files with 20 additions and 22 deletions
|
|
@ -73,7 +73,7 @@ otlp = ["tvix-tracing/otlp"]
|
|||
tonic-reflection = ["dep:tonic-reflection", "tvix-castore/tonic-reflection"]
|
||||
tracy = ["tvix-tracing/tracy"]
|
||||
virtiofs = ["tvix-castore/virtiofs"]
|
||||
xp-store-composition = ["toml", "tvix-castore/xp-store-composition"]
|
||||
xp-composition-cli = ["toml", "tvix-castore/xp-composition-url-refs"]
|
||||
# Whether to run the integration tests.
|
||||
# Requires the following packages in $PATH:
|
||||
# cbtemulator, google-cloud-bigtable-tool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue