refactor(tvix): move refscan module to castore

This is required to add the optional refscanner parameter to the
ingest functions.

Change-Id: Ib40a7287cf857eb55e31e0df309a79474fefb518
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12527
Autosubmit: yuka <yuka@yuka.dev>
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
Yureka 2024-09-27 16:56:52 +02:00 committed by clbot
parent ed2bd88850
commit caf597db81
7 changed files with 19 additions and 13 deletions

5
tvix/Cargo.lock generated
View file

@ -4510,6 +4510,7 @@ dependencies = [
"object_store",
"parking_lot 0.12.3",
"petgraph",
"pin-project",
"pin-project-lite",
"prost",
"prost-build",
@ -4529,6 +4530,7 @@ dependencies = [
"tokio-retry",
"tokio-stream",
"tokio-tar",
"tokio-test",
"tokio-util",
"tonic",
"tonic-build",
@ -4545,6 +4547,7 @@ dependencies = [
"vm-memory",
"vmm-sys-util",
"walkdir",
"wu-manber",
"xattr",
"zstd",
]
@ -4658,7 +4661,6 @@ dependencies = [
"thiserror",
"tokio",
"tokio-tar",
"tokio-test",
"tokio-util",
"tracing",
"tracing-indicatif",
@ -4669,7 +4671,6 @@ dependencies = [
"tvix-tracing",
"url",
"walkdir",
"wu-manber",
]
[[package]]