chore(3p/sources): bump channels & overlays (2025-02-02)
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>
This commit is contained in:
		
							parent
							
								
									6c9aed1f34
								
							
						
					
					
						commit
						5f17df8548
					
				
					 23 changed files with 320 additions and 253 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
 | 
			
		||||
// Code generated by protoc-gen-go. DO NOT EDIT.
 | 
			
		||||
// versions:
 | 
			
		||||
// 	protoc-gen-go v1.36.1
 | 
			
		||||
// 	protoc-gen-go v1.36.4
 | 
			
		||||
// 	protoc        (unknown)
 | 
			
		||||
// source: tvix/castore/protos/rpc_blobstore.proto
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -14,6 +14,7 @@ import (
 | 
			
		|||
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 | 
			
		||||
	reflect "reflect"
 | 
			
		||||
	sync "sync"
 | 
			
		||||
	unsafe "unsafe"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
| 
						 | 
				
			
			@ -335,7 +336,7 @@ func (x *StatBlobResponse_ChunkMeta) GetSize() uint64 {
 | 
			
		|||
 | 
			
		||||
var File_tvix_castore_protos_rpc_blobstore_proto protoreflect.FileDescriptor
 | 
			
		||||
 | 
			
		||||
var file_tvix_castore_protos_rpc_blobstore_proto_rawDesc = []byte{
 | 
			
		||||
var file_tvix_castore_protos_rpc_blobstore_proto_rawDesc = string([]byte{
 | 
			
		||||
	0x0a, 0x27, 0x74, 0x76, 0x69, 0x78, 0x2f, 0x63, 0x61, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x70,
 | 
			
		||||
	0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x72, 0x70, 0x63, 0x5f, 0x62, 0x6c, 0x6f, 0x62, 0x73, 0x74,
 | 
			
		||||
	0x6f, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0f, 0x74, 0x76, 0x69, 0x78, 0x2e,
 | 
			
		||||
| 
						 | 
				
			
			@ -382,16 +383,16 @@ var file_tvix_castore_protos_rpc_blobstore_proto_rawDesc = []byte{
 | 
			
		|||
	0x65, 0x2e, 0x74, 0x76, 0x6c, 0x2e, 0x66, 0x79, 0x69, 0x2f, 0x74, 0x76, 0x69, 0x78, 0x2f, 0x63,
 | 
			
		||||
	0x61, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2d, 0x67, 0x6f, 0x3b, 0x63, 0x61, 0x73, 0x74, 0x6f, 0x72,
 | 
			
		||||
	0x65, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 | 
			
		||||
}
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
	file_tvix_castore_protos_rpc_blobstore_proto_rawDescOnce sync.Once
 | 
			
		||||
	file_tvix_castore_protos_rpc_blobstore_proto_rawDescData = file_tvix_castore_protos_rpc_blobstore_proto_rawDesc
 | 
			
		||||
	file_tvix_castore_protos_rpc_blobstore_proto_rawDescData []byte
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func file_tvix_castore_protos_rpc_blobstore_proto_rawDescGZIP() []byte {
 | 
			
		||||
	file_tvix_castore_protos_rpc_blobstore_proto_rawDescOnce.Do(func() {
 | 
			
		||||
		file_tvix_castore_protos_rpc_blobstore_proto_rawDescData = protoimpl.X.CompressGZIP(file_tvix_castore_protos_rpc_blobstore_proto_rawDescData)
 | 
			
		||||
		file_tvix_castore_protos_rpc_blobstore_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_tvix_castore_protos_rpc_blobstore_proto_rawDesc), len(file_tvix_castore_protos_rpc_blobstore_proto_rawDesc)))
 | 
			
		||||
	})
 | 
			
		||||
	return file_tvix_castore_protos_rpc_blobstore_proto_rawDescData
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -429,7 +430,7 @@ func file_tvix_castore_protos_rpc_blobstore_proto_init() {
 | 
			
		|||
	out := protoimpl.TypeBuilder{
 | 
			
		||||
		File: protoimpl.DescBuilder{
 | 
			
		||||
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 | 
			
		||||
			RawDescriptor: file_tvix_castore_protos_rpc_blobstore_proto_rawDesc,
 | 
			
		||||
			RawDescriptor: unsafe.Slice(unsafe.StringData(file_tvix_castore_protos_rpc_blobstore_proto_rawDesc), len(file_tvix_castore_protos_rpc_blobstore_proto_rawDesc)),
 | 
			
		||||
			NumEnums:      0,
 | 
			
		||||
			NumMessages:   6,
 | 
			
		||||
			NumExtensions: 0,
 | 
			
		||||
| 
						 | 
				
			
			@ -440,7 +441,6 @@ func file_tvix_castore_protos_rpc_blobstore_proto_init() {
 | 
			
		|||
		MessageInfos:      file_tvix_castore_protos_rpc_blobstore_proto_msgTypes,
 | 
			
		||||
	}.Build()
 | 
			
		||||
	File_tvix_castore_protos_rpc_blobstore_proto = out.File
 | 
			
		||||
	file_tvix_castore_protos_rpc_blobstore_proto_rawDesc = nil
 | 
			
		||||
	file_tvix_castore_protos_rpc_blobstore_proto_goTypes = nil
 | 
			
		||||
	file_tvix_castore_protos_rpc_blobstore_proto_depIdxs = nil
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue