-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conda Linux CI build fail due to linking problem in Wearables #681
Comments
The reason why this is failing only on Wearables seems to be https://github.com/robotology/wearables/blob/6071817be71af3b55d3fdfd4f4f979c693589eff/CMakeLists.txt#L45 . |
Inspecting the logs, the following two packages changed: So probably it is a CMake-related regression. |
I quickly tried locally by compiling wearables in the following two environments:
and
but it seems to be compiling fine in both cases, so the issue is more tricky or at least more related to CI/superbuild. Probably it is easier to run some test son CI directly. |
The diff in the linking command (left CMake 3.19.7 working, right CMake 3.20 not working): It seems that |
This should be fixed by robotology/wearables#110 . |
Thanks @lrapetti @Yeshasvitvs @diegoferigo ! |
The last two nightly jobs failed on Conda/Linux with the following error:
The failure is the same on both Default and Unstable branches, and the YARP
yarp-3.4
and Wearables master branches did add any new commit in the past two days, so the problem is due to some change in th environment.The text was updated successfully, but these errors were encountered: