feat(tvix/build): add from_addr method

This allows constructing a BuildService from a URI, similar to how it's
done in tvix-[ca]store.

Change-Id: Ib962b329535c6c7e378ab7ac7f4dd254366497b3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10630
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
Florian Klink 2024-01-15 19:15:45 +02:00 committed by clbot
parent 5aa9b29d8c
commit 170e0cdfad
5 changed files with 99 additions and 0 deletions

2
tvix/Cargo.lock generated
View file

@ -3288,11 +3288,13 @@ dependencies = [
"prost-build",
"test-case",
"thiserror",
"tokio",
"tonic 0.10.2",
"tonic-build",
"tonic-reflection",
"tracing",
"tvix-castore",
"url",
]
[[package]]