From 170e0cdfadd96176595c47b573d0a1f27a7c734b Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 15 Jan 2024 19:15:45 +0200 Subject: 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 Autosubmit: flokli --- tvix/Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tvix/Cargo.lock') diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 95cc50a4072b..a37c04f974d6 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -3288,11 +3288,13 @@ dependencies = [ "prost-build", "test-case", "thiserror", + "tokio", "tonic 0.10.2", "tonic-build", "tonic-reflection", "tracing", "tvix-castore", + "url", ] [[package]] -- cgit 1.4.1