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

Remove Ubuntu 20.04 and add 24.04 support #6704

Merged
merged 52 commits into from
Dec 2, 2024

Conversation

MNikoliCC
Copy link
Contributor

@MNikoliCC MNikoliCC commented Nov 18, 2024

Description
This pull-request focuses on removing support for Ubuntu 20.04 and adding support for Ubuntu 24.04. This involves updating dependencies, testing compatibility, and ensuring smooth packaging for the newer distribution.

Tasks
Add the list of tasks of this PR.

  • Update the changelog
  • Update the documentation
  • Remove Ubuntu 20.04-specific dependencies and configurations.
  • Add Ubuntu 24.04 support in scripts and packaging workflows.
  • Test and validate compatibility with Ubuntu 24.04.
  • Update CI/CD pipelines for Ubuntu 24.04.

Additional context
This update transitions Webots to the latest supported LTS versions of Ubuntu. While dropping 20.04, the focus is on enhancing compatibility and functionality for users adopting Ubuntu 24.04. This ensures alignment with modern software ecosystems and provides access to newer libraries and features.

The packages: "libHalf-2_5.so.25", "libIexMath-2_5.so.25" and "libIlmImf-2_5.so.25" are missing on Ubuntu 24.04 but the tests are passing.

"libHalf-2_5.so.25",
"libIex-2_5.so.25",
"libIexMath-2_5.so.25",
"libIlmThread-2_5.so.25",
"libIlmImf-2_5.so.25",

@MNikoliCC MNikoliCC added the test distribution Start the distribution test label Nov 18, 2024
@MNikoliCC MNikoliCC requested a review from a team as a code owner November 18, 2024 12:16
@MNikoliCC MNikoliCC marked this pull request as draft November 18, 2024 12:17
Copy link
Member

@lukicdarkoo lukicdarkoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general it looks good, there is one issue I noticed.

Please also check once more the following PR as a reference:
#4502

tests/test_suite.py Outdated Show resolved Hide resolved
scripts/packaging/linux_distro.py Show resolved Hide resolved
@MNikoliCC MNikoliCC added the test suite Start the test suite label Nov 28, 2024
Copy link
Member

@lukicdarkoo lukicdarkoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you

@MNikoliCC MNikoliCC marked this pull request as ready for review November 29, 2024 14:07
@MNikoliCC MNikoliCC removed the test suite Start the test suite label Nov 29, 2024
@MNikoliCC MNikoliCC merged commit c5f934d into develop Dec 2, 2024
20 checks passed
@MNikoliCC MNikoliCC deleted the feature-add-ubuntu24.04-support branch December 2, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test distribution Start the distribution test
Development

Successfully merging this pull request may close these issues.

2 participants