Skip to content

Fix UWP debug build

Nirbheek Chauhan requested to merge nirbheek/cerbero:fix-uwp-debug-build into main
gst-plugins-bad: Local patch to fix UWP debug build

We need to add this via a patch because gstreamer is already tagged.

gstreamer!3118 (merged)

ci: Also build using the debug CRT in the UWP job

This should be fairly quick because the slowest parts are the setup
(copying files, fetching files, bootstrap, etc). Helps avoid
regressions like:

gstreamer!3118 (merged)

ci: Fix triggered cerbero pipelines while tagged for release

Cerbero pipelines triggered from the gstreamer monorepo were using
the release tarballs while we were tagged for release in Cerbero.
This means that the changes in the merge requests were not being
tested by Cerbero CI at all.
Edited by Nirbheek Chauhan

Merge request reports