Page MenuHomePhabricator

[Identity] Reference new proto location
ClosedPublic

Authored by jon on Sep 13 2022, 10:31 AM.
Tags
None
Referenced Files
F3121630: D5125.id16626.diff
Fri, Nov 1, 8:28 AM
F3120787: D5125.diff
Fri, Nov 1, 6:27 AM
Unknown Object (File)
Thu, Oct 31, 6:54 AM
Unknown Object (File)
Thu, Oct 17, 3:28 PM
Unknown Object (File)
Thu, Oct 10, 8:27 AM
Unknown Object (File)
Tue, Oct 8, 1:15 AM
Unknown Object (File)
Tue, Oct 8, 1:15 AM
Unknown Object (File)
Tue, Oct 8, 1:15 AM
Subscribers

Details

Summary

Update identity reference to new protobuf location.
Also update dockerfile to have a similar structure to the repo to avoid
issues around symlinking or other hacks to make the file present.

Test Plan
# Outside docker
nix develop # or install rust and protobuf 3.15 + grpc
cd services/identity
cargo test

# Docker
docker build . -f services/identity/Dockerfile

Diff Detail

Repository
rCOMM Comm
Branch
jonringer/fix-testing (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Confirmed that things work as expected both inside Docker and outside Docker (via nix develop)

This revision is now accepted and ready to land.Sep 13 2022, 10:54 AM
This revision was automatically updated to reflect the committed changes.