[GH-ISSUE #1148] Binary CI job failing #3163

Closed
opened 2026-05-22 23:54:25 +01:00 by JakeStanger · 0 comments
Owner

Originally created by @JakeStanger on GitHub (Sep 7, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1148

Describe the bug
The binary CI job is failing when attempting to link to the colpetto crate. This occurs indifr the GH Actions Runner at least, when compiling under Cross on both x86_64 and ARM64.

https://github.com/JakeStanger/ironbar/actions/runs/17534068248/job/49794809579

   --- stderr

  thread 'main' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colpetto-0.6.0/build.rs:40:13:
  Failed to link to libinput version 1.22. Make sure it's installed on your system.
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

It's currently unknown whether the build succeeds when run outside of CI; further investigation is needed.

Tagging @morr0ne for visibility.

Originally created by @JakeStanger on GitHub (Sep 7, 2025). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1148 **Describe the bug** The binary CI job is failing when attempting to link to the `colpetto` crate. This occurs indifr the GH Actions Runner at least, when compiling under Cross on both x86_64 and ARM64. https://github.com/JakeStanger/ironbar/actions/runs/17534068248/job/49794809579 ``` --- stderr thread 'main' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colpetto-0.6.0/build.rs:40:13: Failed to link to libinput version 1.22. Make sure it's installed on your system. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... ``` It's currently unknown whether the build succeeds when run outside of CI; further investigation is needed. Tagging @morr0ne for visibility.
JakeStanger 2026-05-22 23:54:25 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#3163
No description provided.