-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
Labels
C-build-failureCategory: This is a crate that failed to buildCategory: This is a crate that failed to buildE-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRP-mediumMedium priorityMedium priorityS-needs-dependencyStatus: This is a build failure due to a missing dependency in the build environmentStatus: This is a build failure due to a missing dependency in the build environment
Description
Crate name:
nrfxlib
nrfxlib-sys
Build failure link:
https://docs.rs/crate/nrfxlib-sys/0.2.0
https://docs.rs/crate/nrfxlib/0.2.1
Additional details:
I used to use bindgen as a build-dependency to convert my third-party header files to Rust source in nrfxlib-sys. Now I shell out to the bindgen command line tool, to work around Cargo 5730. Is it possible to get bindgen pre-installed in the build environment? I found it was already installed when I used the Rust action on Github.
Metadata
Metadata
Assignees
Labels
C-build-failureCategory: This is a crate that failed to buildCategory: This is a crate that failed to buildE-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRP-mediumMedium priorityMedium priorityS-needs-dependencyStatus: This is a build failure due to a missing dependency in the build environmentStatus: This is a build failure due to a missing dependency in the build environment