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 24.04 build by pinning Python version #794

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

erikbosch
Copy link
Collaborator

GitHub has started to roll-out ubuntu-24.04 for ubuntu-latest, using Python 3.11 as default, see actions/runner-images#10636 That gives problems for our cyclonedds check as cyclonedds does not support Python 3.11, see eclipse-cyclonedds/cyclonedds-python#221

There are multiple potential ways to solve this:

  • Build cyclonedds from scratch
  • Skip the cyclonedds tests, we do not change the generation that often so it has limited value
  • Use a Python version that is supported.

In this PR I select the last alternative and use the same Python version as we already use in vss-tools, i.e. 3.10.6.

Signed-off-by: Erik Jaegervall <[email protected]>
@erikbosch erikbosch merged commit 3088fb0 into COVESA:master Dec 13, 2024
5 checks passed
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.

1 participant