Page MenuHomePhabricator

[Services] Generate Protobuf files with CMake
AbandonedPublicDraft

Authored by jon on Jul 3 2022, 8:51 AM.
Tags
None
Referenced Files
F1779430: D4430.id14105.diff
Fri, May 17, 9:19 PM
Unknown Object (File)
Wed, May 15, 6:47 PM
Unknown Object (File)
Wed, May 15, 6:46 PM
Unknown Object (File)
Wed, May 15, 6:40 PM
Unknown Object (File)
Mar 31 2024, 11:31 AM
Unknown Object (File)
Mar 11 2024, 8:22 PM
Unknown Object (File)
Mar 3 2024, 7:05 PM
Unknown Object (File)
Mar 3 2024, 7:05 PM

Details

Summary

This is a more opinionated version of D3867,
in which CMake automatically generates the files.

Depends on D4294

Test Plan

nix build .#comm-grpc

or

cd native/cpp/CommonCpp/grpc/ && mkdir build && cd build && cmake .. && make

Diff Detail

Repository
rCOMM Comm
Branch
joringer/cmake-generated-protos
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Jul 3 2022, 9:02 AM
Harbormaster failed remote builds in B10218: Diff 14105!

generated files will be missing @generated, thus not able to be diff'd in current workflow without manual intervention.