fix(ci): repair raider (gst-vaapi) and galactica (insecure pnpm) builds - #403
Open
github-actions[bot] wants to merge 2 commits into
Open
fix(ci): repair raider (gst-vaapi) and galactica (insecure pnpm) builds#403github-actions[bot] wants to merge 2 commits into
github-actions[bot] wants to merge 2 commits into
Conversation
gst-vaapi was removed in GStreamer 1.28; VAAPI support now lives in gst-plugins-bad (already listed), so remove the dangling reference that broke raider's build.
opencloud-idp-web pulls pnpm 9.15.9 at build time, which nixpkgs now marks insecure (CVE-2026-48995 et al.), breaking galactica's eval. Permit it alongside the existing dotnet exceptions until a nixpkgs bump ships a patched pnpm.
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.
What broke
The Build & Cache workflow failed on master (run, commit be4e75a). Two hosts failed evaluation — both are real code bugs from a flake input bump, not transient CI infra:
raider —
gst_all_1.gst-vaapiremovedmodules/constellation/desktop.nixlistedgst_all_1.gst-vaapiunder the multimedia package set. GStreamer 1.28 removed that attribute; VAAPI plugins now live ingst-plugins-bad, which the list already includes.galactica —
pnpm-9.15.9marked insecureTraced to
opencloud-idp-web-7.0.0(a nixpkgs build-time dep ofservices.opencloud), which uses pnpm 9.15.9. Nothing in this repo pins that pnpm — it comes from the pinned nixpkgs.Fixes
gst_all_1.gst-vaapireference (VAAPI is covered bygst-plugins-bad).pnpm-9.15.9tonixpkgs.config.permittedInsecurePackages, alongside the existing dotnet exceptions, until a nixpkgs bump ships a patched pnpm.Notes
just fmt/alejandra aren't available in this environment; the edits are single-line and preserve the surrounding indentation, soformat.ymlshould pass. Worth a quickjust fmtcheck before merge if in doubt.nix buildwas run (no nix in this environment); diagnosis is log-based.