fix(ci): remove unavailable libsvtav1enc2 from release workflow - #319
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/454a4504-9c69-4ede-a700-6010d05e1e08 Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
winnerspiros
May 8, 2026 22:53
View session
winnerspiros
marked this pull request as ready for review
May 8, 2026 22:53
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Removes an unavailable Ubuntu package from the release workflow to prevent the Android APK build job from failing during dependency installation on Ubuntu 24.04.
Changes:
- Removes
libsvtav1enc2from theapt-get installcommand in the release workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
libsvtav1enc2doesn't exist on Ubuntu 24.04 (noble) — it was introduced in Ubuntu 24.10. This caused the "Build Android APK" job to hard-fail at theapt-get installstep before any build work could begin.Change
release.yml: Droplibsvtav1enc2from theapt-get install -y ffmpeg libsvtav1enc2line.ffmpegalready depends on the correctlibsvtav1encsoname for the distro it was compiled against, so the explicit install is both broken and redundant.