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

Ubuntu 20.04 GA VM support being dropped April 1, 2025 #2548

Open
derekbruening opened this issue Mar 14, 2025 · 2 comments
Open

Ubuntu 20.04 GA VM support being dropped April 1, 2025 #2548

derekbruening opened this issue Mar 14, 2025 · 2 comments

Comments

@derekbruening
Copy link
Contributor

Github will stop supporting the Ubuntu 20.04 images on April 1. We need to upgrade these workflows:

$ git grep ubuntu-2 .github/
.github/workflows/ci-aarchxx.yml:    runs-on: ubuntu-20.04
.github/workflows/ci-aarchxx.yml:    runs-on: ubuntu-20.04
.github/workflows/ci-clang.yml:    runs-on: ubuntu-20.04
.github/workflows/ci-docs.yml:    runs-on: ubuntu-20.04
.github/workflows/ci-package.yml:    runs-on: ubuntu-20.04
.github/workflows/ci-package.yml:    runs-on: ubuntu-20.04
.github/workflows/ci-x86.yml:    runs-on: ubuntu-20.04

There may well be test failures to fix. Xref the work to convert the dynamorio repository workflows: DynamoRIO/dynamorio#7270 which ran into a number of test failures.

@Artem-OSSRevival
Copy link
Contributor

Which version do we move to? 22.04 or 24.04?

@derekbruening
Copy link
Contributor Author

Which version do we move to? 22.04 or 24.04?

22.04 (that is what dynamorio's tests are supporting as the link above DynamoRIO/dynamorio#7270 shows; trying to do 24.04 may hit dynamorio problems and be a lot more work).

Artem-OSSRevival added a commit to Project-OSS-Revival/drmemory that referenced this issue Mar 18, 2025
Artem-OSSRevival added a commit to Project-OSS-Revival/drmemory that referenced this issue Mar 24, 2025
Artem-OSSRevival added a commit to Project-OSS-Revival/drmemory that referenced this issue Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants