Page MenuHomePhabricator

[tunnelbroker-client] Adding of the `build.rs` cargo file to compile protobuf
ClosedPublic

Authored by max on Jan 17 2023, 6:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 1:30 PM
Unknown Object (File)
Mon, May 6, 1:30 PM
Unknown Object (File)
Mon, May 6, 1:30 PM
Unknown Object (File)
Mon, May 6, 1:29 PM
Unknown Object (File)
Mon, May 6, 1:29 PM
Unknown Object (File)
Mon, May 6, 12:41 PM
Unknown Object (File)
Apr 5 2024, 2:43 PM
Unknown Object (File)
Apr 5 2024, 2:43 PM
Subscribers

Details

Summary

This diff introduces adding build.rs file with the Tunnelbroker's protobuf file compilation inside.
Generated files will be used in the following gRPC Tonic client from D6281 and beyond.

Linear task: ENG-2728

Test Plan

To run build and test patch to the D6281 and run nix develop --accept-flake-config -c bash -c "cargo build".
The expected result is that the library will be successfully built.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

max held this revision as a draft.
max published this revision for review.Jan 17 2023, 7:09 AM
max edited the summary of this revision. (Show Details)
max edited the test plan for this revision. (Show Details)
max added reviewers: jon, bartek.
This revision is now accepted and ready to land.Jan 17 2023, 11:14 AM
This revision now requires review to proceed.Jan 25 2023, 4:59 AM
This revision is now accepted and ready to land.Jan 25 2023, 12:20 PM

Rebasing on master changes.

Adding an empty src/lib.rs to pass the updated rs linter. src/lib.rs will be populated in the next D6281 diff.