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

ci: Use Ubuntu 22.04 to ensure compatibility with older LLVM versions #561

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

kateinoigakukun
Copy link
Contributor

GitHub Actions is migrating ubuntu-latest to Ubuntu 24.04, which no longer provides the libtinfo5 package. Since older LLVM versions depend on libtinfo5 and do not offer pre-built binaries for recent Ubuntu versions, we explicitly specify ubuntu-22.04 in the workflow to maintain compatibility.

GitHub Actions is migrating ubuntu-latest to Ubuntu 24.04, which no
longer provides the libtinfo5 package. Since older LLVM versions depend
on libtinfo5 and do not offer pre-built binaries for recent Ubuntu versions,
we explicitly specify ubuntu-22.04 in the workflow to maintain compatibility.
@abrown abrown merged commit 930d16d into WebAssembly:main Jan 20, 2025
8 checks passed
@kateinoigakukun kateinoigakukun deleted the yt/fix-ci branch January 20, 2025 21:41
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.

3 participants