You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
The text was updated successfully, but these errors were encountered:
rafaeling
changed the title
Protoc compiler should be installed manually before building the repository
Protoc compiler has to be installed manually before building the repository
May 12, 2023
There is a rather simple fix available. This will build protoc from source (as part of the protobuf-src crate). This will be cached locally and wouldn't affect build times with the exception of the first time it's built on a machine.
The only downside is that this (currently) wouldn't be cached by the CI, making it slower. Could still be worth the convenience (while waiting for a solution for the CI caching).
Documentation does not include Protoc compiler as prerequisite to build the repository:
https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/README.md
The text was updated successfully, but these errors were encountered: