Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3383087
D4156.id13219.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
904 B
Referenced Files
None
Subscribers
None
D4156.id13219.diff
View Options
diff --git a/services/identity/proto/identity.proto b/native/cpp/CommonCpp/grpc/protos/identity.proto
rename from services/identity/proto/identity.proto
rename to native/cpp/CommonCpp/grpc/protos/identity.proto
diff --git a/services/identity/Dockerfile b/services/identity/Dockerfile
--- a/services/identity/Dockerfile
+++ b/services/identity/Dockerfile
@@ -18,6 +18,7 @@
RUN rm src/*.rs
COPY services/identity .
+COPY native/cpp/CommonCpp/grpc/protos/identity.proto protos/
# Remove the previously-built binary so that only the application itself is
# rebuilt
diff --git a/services/identity/build.rs b/services/identity/build.rs
--- a/services/identity/build.rs
+++ b/services/identity/build.rs
@@ -1,4 +1,4 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
- tonic_build::compile_protos("proto/identity.proto")?;
+ tonic_build::compile_protos("protos/identity.proto")?;
Ok(())
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 29, 1:30 PM (21 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2596942
Default Alt Text
D4156.id13219.diff (904 B)
Attached To
Mode
D4156: [services] Identity - Fix proto file location
Attached
Detach File
Event Timeline
Log In to Comment