-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
Currently, we have Protobuf 3.11 in the submodule, which is used for Windows. That version is quite old and newer versions would have better support for C#. Also, the old version of protobuf currently forces users to install old python protobuf wheels, as we ship the eCAL wheel with pre-generated pb2.py files.
Proposal
The goal here is to update the protobuf submodule to something more recent.
Tasks and updates
- Update Protobuf to 3.21 in the submodule https://github.com/eclipse-ecal/ecal/tree/feature/protobuf_3_21_12
- Fix Windows build
- Fix pre-generated pb2.py files of eCAL python samples
- Test python wheels
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request