diff options
author | Florian Klink <flokli@flokli.de> | 2024-01-15T16·43+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-01-15T18·25+0000 |
commit | 4fb4fc263d31e207f0fc842f17e98ca276094e00 (patch) | |
tree | 08941afd4ff3c8d62768980f94a80a9a1b019ab8 /tvix/Cargo.nix | |
parent | 9fd15ba506c86cd4c1d84aa43d5f3767e02761db (diff) |
feat(tvix/build): add BuildService trait r/7383
Also provide a dummy implementation that just fails on any build that's requested. Change-Id: I0df743a730c5331ec9ce6e97a966abe18ce067f5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10627 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index d3947281dcd0..a67738397f66 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -10247,6 +10247,10 @@ rec { optional = true; } { + name = "tracing"; + packageId = "tracing"; + } + { name = "tvix-castore"; packageId = "tvix-castore"; } |