Skip to content

ci: Misc improvements to deps build

Nirbheek Chauhan requested to merge nirbheek/cerbero:improve-deps-build into main
packages: Don't add sqlite3 on platforms where we don't need it

libsoup doesn't pull this in on iOS and macOS, so we don't need it.
ci: Build pkg-config as part of deps build on macOS and Windows

Otherwise it gets built every single time in merge requests that
consume cerbero deps cache. Should save a few min on macOS and Windows
jobs.
Edited by Nirbheek Chauhan

Merge request reports