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
The workflow used has the runner set as ubuntu-latest. The last run automatically used ubuntu 22.04, but will slowly upgrade to ubuntu 24.04 in this rollout: actions/runner-images#10636
We have observed similar failures while building vsome ip in eclipse-uprotocol on our workflow. We have downgraded to ubuntu 22.04 as a temporary fix.
The text was updated successfully, but these errors were encountered:
FixesCOVESA#833
Update workflow and documentation to address build issues on Ubuntu 24.04.
* **README.md**
- Add a note to use Ubuntu 22.04 as a temporary fix for build issues on Ubuntu 24.04.
- Mention the issue related to the GitHub Actions runner update.
* **.github/workflows/c-cpp.yml**
- Change `runs-on` from `ubuntu-latest` to `ubuntu-22.04` for the job `build_on_ubuntu_boost_183_gcc_x86`.
* **Dockerfile**
- Update base image from `ubuntu:jammy` to `ubuntu:22.04`.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/COVESA/vsomeip/issues/833?shareId=XXXX-XXXX-XXXX-XXXX).
vSomeip Version
v3.4.10
Boost Version
1.74
Environment
Github workflow (Ubuntu 24.04)
Describe the bug
This is related to #688
The workflow used has the runner set as ubuntu-latest. The last run automatically used ubuntu 22.04, but will slowly upgrade to ubuntu 24.04 in this rollout: actions/runner-images#10636
We have observed similar failures while building vsome ip in eclipse-uprotocol on our workflow. We have downgraded to ubuntu 22.04 as a temporary fix.
The text was updated successfully, but these errors were encountered: