Skip to content

Drop support for Ubuntu 20.04 Focal #792

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

Merged
merged 1 commit into from
May 5, 2025

Conversation

mcserep
Copy link
Collaborator

@mcserep mcserep commented May 5, 2025

GitHub Actions CI support was already turned off (see: b9e6733, ca83a56 and b4b6d16), as GitHub itself does not support Ubuntu 20.04 in the CI runners anymore.

This PR drops support for Ubuntu 20.04 in the documentation and removes dead code from the CI.

@mcserep mcserep self-assigned this May 5, 2025
@mcserep mcserep added Target: Documentation Kind: Refactor 🔃 Target: Developer environment Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI. labels May 5, 2025
@mcserep mcserep requested a review from Copilot May 5, 2025 09:09
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes Ubuntu 20.04 support from our documentation and CI configuration in favor of currently supported and near-future releases.

  • Removed outdated Ubuntu 20.04 instructions and references in the docs.
  • Updated dependency lists in the documentation to feature Ubuntu 22.04 and planned Ubuntu 24.04 support.
  • Adjusted GitHub Actions workflow to drop Ubuntu 20.04 runners.

Reviewed Changes

Copilot reviewed 3 out of 9 changed files in this pull request and generated no comments.

File Description
doc/usage.md Removed Ubuntu 20.04 comment for installation instructions.
doc/deps.md Eliminated Ubuntu 20.04 instructions and updated support info.
.github/workflows/ci.yml Removed references and comments for Ubuntu 20.04 CI runners.
Files not reviewed (6)
  • .github/scripts/ubuntu-20.04/compile_build.sh: Language not supported
  • .github/scripts/ubuntu-20.04/download_build.sh: Language not supported
  • .github/scripts/ubuntu-20.04/postcompile_build.sh: Language not supported
  • .github/scripts/ubuntu-20.04/setup_build.sh: Language not supported
  • .github/scripts/ubuntu-20.04/setup_postgresql.sh: Language not supported
  • .github/scripts/ubuntu-20.04/setup_sqlite3.sh: Language not supported

@mcserep mcserep merged commit 1cef9c6 into Ericsson:master May 5, 2025
6 checks passed
This was referenced May 5, 2025
@mcserep mcserep deleted the drop-ubuntu-focal branch May 5, 2025 16:18
@mcserep mcserep linked an issue May 26, 2025 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Refactor 🔃 Target: Developer environment Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI. Target: Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate support for Ubuntu Focal 20.04
1 participant