umati / Dashboard-OPCUA-Client

OPC UA gateway based on open62541 to subscribe to servers implementing umati endorsed companion specification and publish via MQTT to the broker for https://umati.app
Mozilla Public License 2.0
18 stars 9 forks source link

fix(build): Sets correct LIBCCP_VERSION #661

Closed GoetzGoerisch closed 2 months ago

GoetzGoerisch commented 6 months ago

@marcfir @ccvca above fixes #598 but sets libstdc++6 to 13.1.0 as this is the latest on action-runners but not available on a standard ubuntu-22.04 installation.

https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#language-and-runtime

How to set a specific installed version in the CI?

marcfir commented 6 months ago

Yes this is due to the assumption that the used versions in the runner are available in the official apt repository.

One possibility is a configuration file somewhere. But this means manual adaption.

ccvca commented 6 months ago

Can this build be done in a Docker-Container?

marcfir commented 6 months ago

This should be possible. Good idea.

GoetzGoerisch commented 2 months ago

@marcfir @ccvca should we merge this fix with the downgrade in the CI or wait till this happens: https://github.com/actions/runner-images/issues/9679