Skip to content

fix(ci): remove unavailable libsvtav1enc2 from release workflow - #319

Merged
winnerspiros merged 1 commit into
masterfrom
copilot/fix-last-build-failure-please-work
May 8, 2026
Merged

fix(ci): remove unavailable libsvtav1enc2 from release workflow#319
winnerspiros merged 1 commit into
masterfrom
copilot/fix-last-build-failure-please-work

Conversation

Copilot AI commented May 8, 2026

Copy link
Copy Markdown

libsvtav1enc2 doesn'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 the apt-get install step before any build work could begin.

Change

  • release.yml: Drop libsvtav1enc2 from the apt-get install -y ffmpeg libsvtav1enc2 line. ffmpeg already depends on the correct libsvtav1enc soname for the distro it was compiled against, so the explicit install is both broken and redundant.

@winnerspiros
winnerspiros marked this pull request as ready for review May 8, 2026 22:53
Copilot AI review requested due to automatic review settings May 8, 2026 22:53
@winnerspiros
winnerspiros merged commit 7e55331 into master May 8, 2026
22 checks passed
@gitar-bot

gitar-bot Bot commented May 8, 2026

Copy link
Copy Markdown

Important

You are using the Gitar free plan. Upgrade to unlock code review, CI analysis, auto-apply, custom automations, and more.

Gitar

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 libsvtav1enc2 from the apt-get install command in the release workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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