Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build issue on Ubuntu 24.04 #834

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Setland34
Copy link

@Setland34 Setland34 commented Jan 12, 2025

Fixes #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.

Fixes COVESA#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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: <title>ubuntu-latest in workflow will update to ubuntu-24.04
1 participant