fix(storage01/tvix-cache): fix build after force-push...

This commit is contained in:
catvayor 2025-04-17 14:44:09 +02:00
parent 6d81001b85
commit 2ad9125ffc
Signed by untrusted user: lbailly
GPG key ID: CE3E645251AC63F3
2 changed files with 1038 additions and 676 deletions

File diff suppressed because it is too large Load diff

View file

@ -9,11 +9,11 @@
runCommand,
}:
let
tvix-hash = "sha256-It3brj6SX+9OIGyKsITnNLjzDnB7CBCZDS+S7arRiWY=";
tvix-hash = "sha256-I4GJD1nbZ9gdYhXWOKBkqUvTdCxEoQe+Y5ZOYVRWi2w=";
tvix-src = fetchgit {
name = "tvix";
url = "https://git.dgnum.eu/mdebray/tvl-depot";
rev = "3389c550b92d8b631f75e5a77e244fe698e4b4b2";
rev = "5d3769594ed6eb57dbb06dfb947a8429bdcca4f6";
hash = tvix-hash;
};
protos = runCommand "tvix-protos" { } ''
@ -23,14 +23,14 @@ let
'';
in
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = "multitenant-binary-cache";
version = "0.1.0";
src = fetchgit {
url = "https://git.lix.systems/sinavir/multitenant-tvix-binary-cache.git";
rev = "0d4c5ca8f75e156f9485fc085e93e85260e2e843";
hash = "sha256-OmXud+MhF2M02ofqDOnmazf190vu91i6RZ2y0NdA8oU=";
rev = "5f5a54d3d3c1c349b5d67f58b8392467705dbc06";
hash = "sha256-FZuvkHKvnFuFu50bC7wMRtEJv9wpo5OfXV0u4eQKrvw=";
};
PROTO_ROOT = protos;
@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"bigtable_rs-0.2.10" = "sha256-2NC3rHbS2rdD0Rnovymn1xaR22KaR6yzWr298wOPxlY=";
"wu-manber-0.1.0" = "sha256-7YIttaQLfFC/32utojh2DyOHVsZiw8ul/z0lvOhAE/4=";
"nar-bridge-0.1.0" = tvix-hash;
};
};