Skip to content

fix(nodes): vp9 bindgen#650

Merged
streamer45 merged 4 commits into
mainfrom
fix-vp9
Jul 5, 2026
Merged

fix(nodes): vp9 bindgen#650
streamer45 merged 4 commits into
mainfrom
fix-vp9

Conversation

@streamer45

@streamer45 streamer45 commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Summary

fixing vp9 builds on Ubuntu 24.04


Devin Review

Status Commit
🟢 Reviewed 8aad6d1
Open in Devin Review (Staging)

@streamer45 streamer45 self-assigned this Jul 4, 2026
staging-devin-ai-integration[bot]

This comment was marked as resolved.

…round

Signed-off-by: streamkit-devin <devin@streamkit.dev>
Signed-off-by: streamkit-devin <devin@streamkit.dev>
staging-devin-ai-integration[bot]

This comment was marked as resolved.

Signed-off-by: streamkit-devin <devin@streamkit.dev>

@staging-devin-ai-integration staging-devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Devin Review found 1 new potential issue.

Open in Devin Review (Staging)
Debug

Playground

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

📝 Info: libclang-dev additions consistent across build environments

This PR enables the generate feature on env-libvpx-sys (crates/nodes/Cargo.toml:79), which runs bindgen at build time and therefore requires libclang-dev. The corresponding apt-get install additions were applied to the setup-skit composite action and hosted-runner workflows (e2e.yml, pipeline-validation-nightly.yml, release.yml), and all Dockerfiles already include libclang-dev. The self-hosted GPU jobs (test-gpu in skit.yml, pipeline-validation-gpu in e2e.yml) do not add libclang-dev to their apt steps, but those jobs already rely on a preinstalled LLVM/clang (they set BINDGEN_EXTRA_CLANG_ARGS for shiguredo_nvcodec's bindgen). This is a runner-environment assumption that cannot be verified from the repo, but is consistent with pre-existing behavior. Worth a quick confirmation that the self-hosted runners actually have libclang available for the vp9 build path.

(Refers to lines 168-171)

Open in Devin Review (Staging)

Was this helpful? React with 👍 or 👎 to provide feedback.

Debug

Playground

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Confirmed: the self-hosted GPU jobs (Skit / Test (GPU), E2E / Pipeline Validation (GPU)) already passed on the first run of this PR with generate enabled, so libclang is available on those runners.

@codecov

codecov Bot commented Jul 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.24%. Comparing base (ad22502) to head (8aad6d1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #650      +/-   ##
==========================================
+ Coverage   85.22%   85.24%   +0.01%     
==========================================
  Files         249      249              
  Lines       75412    75412              
  Branches     2437     2314     -123     
==========================================
+ Hits        64273    64285      +12     
+ Misses      11133    11121      -12     
  Partials        6        6              
Flag Coverage Δ
backend 85.30% <ø> (+0.01%) ⬆️
ui 84.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
core 85.79% <ø> (ø)
engine 83.76% <ø> (ø)
api 91.14% <ø> (ø)
nodes 84.88% <ø> (+0.04%) ⬆️
server 85.19% <ø> (ø)
plugin-native 84.79% <ø> (ø)
plugin-wasm 95.41% <ø> (ø)
ui-services 86.27% <ø> (ø)
ui-components 70.18% <ø> (ø)
see 1 file with indirect coverage changes
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@streamer45 streamer45 enabled auto-merge (squash) July 5, 2026 14:52
@streamer45 streamer45 merged commit 40b5b2c into main Jul 5, 2026
30 checks passed
@streamer45 streamer45 deleted the fix-vp9 branch July 5, 2026 14:57
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.

2 participants