feat(tvix): add experimental-store-composition option
Change-Id: I61661fbb0e77ce3c00c2a467dfabdf3fc77d8575 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12011 Autosubmit: yuka <yuka@yuka.dev> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
parent
67335c41b7
commit
14a4b4cbc3
5 changed files with 230 additions and 52 deletions
|
|
@ -43,6 +43,7 @@ tvix-tracing = { path = "../tracing", features = ["tonic", "reqwest"] }
|
|||
tracing = "0.1.40"
|
||||
tracing-indicatif = "0.3.6"
|
||||
hyper-util = "0.1.6"
|
||||
toml = { version = "0.8.15", optional = true }
|
||||
|
||||
[dependencies.tonic-reflection]
|
||||
optional = true
|
||||
|
|
@ -74,6 +75,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 = []
|
||||
# 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