Fixes the bug 1196 (#1232)

* Current state of the branch.

* Now gRPC is build only when the BUILD_GRPC_FOR_BACKEND_LLAMA variable is defined.

* Now the local compilation of gRPC is executed on BUILD_GRPC_FOR_BACKEND_LLAMA.

* Revised the Makefile.

* Removed replace directives in go.mod.

---------

Signed-off-by: Diego <38375572+diego-minguzzi@users.noreply.github.com>
Co-authored-by: lunamidori5 <118759930+lunamidori5@users.noreply.github.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Diego 2023-11-06 19:07:46 +01:00 committed by GitHub
parent 8123f009d0
commit e7fa2e06f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 110 additions and 2 deletions

3
backend/cpp/grpc/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
installed_packages/
grpc_build/
grpc_repo/