mirror of
https://github.com/kopia/kopia.git
synced 2026-01-23 13:58:08 -05:00
* feat(repository): added precaching of data blobs * feat(repository): added utilities for converting ID slices to strings * feat(repository): added object.PrefetchBackingContents * feat(repository): implemented Repository.PrefetchObjects * feat(cli): added 'cache prefetch' subcommand * feat(repository): prefetch in parallel * added tests
11 lines
244 B
Makefile
11 lines
244 B
Makefile
rebuild:
|
|
protoc --go_out=. --go_opt=paths=source_relative \
|
|
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
|
|
repository_server.proto
|
|
|
|
install-tools:
|
|
brew install protobuf
|
|
brew install protoc-gen-go
|
|
brew install protoc-gen-go-grpc
|
|
|