openMSL / sl-1-0-sensor-model-repository-template

Template repository: Clone and build your ASAM OSI sensor model.
Mozilla Public License 2.0
8 stars 2 forks source link

Statically link esminiLib to esmini FMU #34

Closed ClemensLinnhoff closed 1 year ago

ClemensLinnhoff commented 1 year ago

Is your feature request related to a problem? Please describe. Currently the dependency esminiLib of the esmini FMU in the test pipeline is dynamically linked. This means, that the library also has to be copied to the co-simulation environment.

Describe the solution you'd like Link the esminiLib statically to the esmini FMU. I created an issue in the esmini repo accordingly. Once this is fixed there, delete the separate caching of the lib in the pipeline.

ClemensLinnhoff commented 1 year ago

esminilib is now statically linked to the FMU (see https://github.com/esmini/esmini/issues/414).

The additional esminilib cache is removed.