Skip to content

fix(ci): use wrapper header for bindgen CLI in prebuilt workflow#9

Merged
clroot merged 1 commit into
mainfrom
fix/libjxl-prebuilt-bindgen
Feb 19, 2026
Merged

fix(ci): use wrapper header for bindgen CLI in prebuilt workflow#9
clroot merged 1 commit into
mainfrom
fix/libjxl-prebuilt-bindgen

Conversation

@clroot
Copy link
Copy Markdown
Owner

@clroot clroot commented Feb 19, 2026

Summary

  • bindgen CLI only accepts a single header as positional argument, not --header flags
  • Create a wrapper.h that #includes all needed headers instead

Fixes the Generate bindings.rs step failure in build-libjxl-prebuilt.yml.

Test plan

  • Re-run build-libjxl-prebuilt.yml workflow after merge

bindgen CLI only accepts a single header file as positional argument,
not --header flags (which is the Rust API). Create a wrapper.h that
includes all needed headers instead.
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@clroot clroot merged commit acb5b4c into main Feb 19, 2026
1 check passed
@clroot clroot deleted the fix/libjxl-prebuilt-bindgen branch February 19, 2026 07: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.

1 participant