Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/tunnelbroker/rust-lib/build.rs | ||
---|---|---|
6 ↗ | (On Diff #17617) | why not just make the const on line 1 the path to the file instead of the directory? |
services/tunnelbroker/rust-lib/build.rs | ||
---|---|---|
6 ↗ | (On Diff #17617) |
Yes, we can do this. The current approach comes from the other services (backup, blob), but it makes sense to use a file as we are using a single protobuf. |
Comment Actions
Adding to the Tunnelbroker to Rust transition stack.
Rebased on the Cargo stack changes.
services/tunnelbroker/build.rs | ||
---|---|---|
54–55 ↗ | (On Diff #17873) | should also ask cargo to rebuild if changed |