Initial move of protobuf files
The files are copied to the desired end state so that I can update the references in later revisions.
The CMakeLists.txt was pruned of the grpc client project.
Differential D4992
[Shared] Copy protos to shared/protos, adjust CMake • jon on Aug 31 2022, 10:29 AM. Authored by Tags None Referenced Files
Details Initial move of protobuf files The files are copied to the desired end state so that I can update the references in later revisions. The CMakeLists.txt was pruned of the grpc client project. nix develop cd shared/protos rm -rf build && mkdir build && cd build && cmake .. && make -j # builds 4 grpc projects
Diff Detail
Event TimelineComment Actions You didn't move a thing, you doubled everything. Please, fix this revision.
Comment Actions
@karol please look at the stack, iOS, android, and 3 services (+ related docker files) all reference these files. I'm not going to move and FIX everything in one go. The final piece (not yet present, because I got blocked) in the stack will be to remove the old files. Comment Actions
Comment Actions What about this @jon
|