Included changes/fixes: * bumped all `wasm-bindgen` usages again * regenerated protobuf files * keycloak terraform provider has been migrated to new name This also included a state migration in the bucket, which I've already performed. * tvix/boot: disable tests that are broken in CI * users/aspen/yeren: avoid upgrading kernel to 6.12 digimend depends on a fix: https://github.com/NixOS/nixpkgs/pull/378830/ Change-Id: I657dcf5c4d0d08f231bfe30e37c8062bfcfaaa32 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13098 Reviewed-by: aspen <root@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: tazjin <tazjin@tvl.su> |
||
|---|---|---|
| .. | ||
| testdata | ||
| default.nix | ||
| export.go | ||
| export_test.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| pathinfo.go | ||
| pathinfo.pb.go | ||
| pathinfo_test.go | ||
| pick_next_node_test.go | ||
| README.md | ||
| rpc_pathinfo.pb.go | ||
| rpc_pathinfo_grpc.pb.go | ||
store-go
This directory contains generated golang bindings, both for the tvix-store data models, as well as the gRPC bindings.
They are generated with mg run //tvix:store-go:regenerate.
These files end with .pb.go, and are ensured to be up to date by Ci check.
Additionally, code useful when interacting with these data structures
(ending just with .go) is provided.