Conversation
patch/dependencies.yaml
Outdated
| add_run: | ||
| - ros-humble-kinematics-interface | ||
| - lbr-fri-client-sdk ${{ lbr_fri_client_sdk }}.* | ||
| lbr_fri_idl: |
There was a problem hiding this comment.
I don't think we need any of the lbr-fri-client-sdk pinnings, that should be taken care of in the lbr-fri-client-sdk feedstocks by properly defining the run_exports
There was a problem hiding this comment.
Thank you for pointing it out. I updated the yaml file.
|
With the mapping of |
You're right. Those were redundant. |
|
Would it be possible to get some insight into why the build succeeds locally but fails on CI, specifically on Linux-64? |
The generated recipes are the same? Probably locally you already have a ros-humble-lbr-fri-idl package in the cache, so you do not get: │ candidates were found for ros-humble-lbr-fri-idl *. Can you try with a clean cache? |
I removed all previous artifacts (folders like By the way, |
This PR keeps IDL fixed to 1.x (FRI 1.11, 1.14, 1.15, 1.16, and 1.17)