feat(tvix/glue/tvix_store_io): show progress info

In `store_path_to_node`, in case we need to build or fetch something,
render a progress bar, using the spinner for now.
We can upgrade this to a progress *bar* later.

Change-Id: I4a7cf5ef8f639076f176af9b39d276be3f37c8ff
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11793
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-06-13 00:17:18 +03:00 committed by clbot
parent 842d6816bf
commit ddd88a589b
4 changed files with 20 additions and 5 deletions

2
tvix/Cargo.lock generated
View file

@ -4292,10 +4292,12 @@ dependencies = [
"tokio-tar",
"tokio-util",
"tracing",
"tracing-indicatif",
"tvix-build",
"tvix-castore",
"tvix-eval",
"tvix-store",
"tvix-tracing",
"url",
"walkdir",
"wu-manber",