chore(tvix/nar-bridge): bump castore-go
Change-Id: I81814ae326fb90ab50201cd06e3d9c0a3b15aec5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9958 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
72760b7716
commit
c86de1b2c4
4 changed files with 23 additions and 23 deletions
|
|
@ -210,7 +210,7 @@ func Import(
|
|||
fileNode := &castorev1pb.FileNode{
|
||||
Name: []byte(getBasename(hdr.Path)),
|
||||
Digest: blobDigest,
|
||||
Size: uint32(hdr.Size),
|
||||
Size: uint64(hdr.Size),
|
||||
Executable: hdr.Executable,
|
||||
}
|
||||
if len(stack) > 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue