-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
A:BuildRelating to building/compilation.Relating to building/compilation.A:CIRelating to Continuous Integration or other Github Actions jobs.Relating to Continuous Integration or other Github Actions jobs.P:CriticalBuild error or crashBuild error or crashT:BugFunctionality broken or otherwise not working as intended.Functionality broken or otherwise not working as intended.
Description
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.
Metadata
Metadata
Assignees
Labels
A:BuildRelating to building/compilation.Relating to building/compilation.A:CIRelating to Continuous Integration or other Github Actions jobs.Relating to Continuous Integration or other Github Actions jobs.P:CriticalBuild error or crashBuild error or crashT:BugFunctionality broken or otherwise not working as intended.Functionality broken or otherwise not working as intended.