You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use GCC Toolset 12 on Rocky, install Alpine FFmpeg deps
Linux glibc (Rocky 8):
- Install gcc-toolset-12 for C++20 support (Rocky 8 default GCC 8.x lacks -std=c++20)
- Source toolset enable script before build
Linux musl (Alpine 3.20):
- Install all FFmpeg transitive dependencies required by pkg-config
- Alpine's FFmpeg is compiled with many optional features, all need their dev packages
0 commit comments