-
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
Add in CI and document workaround for macOS/Homebrew Gazebo/tbb failures #768
Conversation
This fixes the failures, except for LatestReleases that it still failing for:
However, even if this fixes the failures, I see no point in merging this unless we also update the user documentation, as otherwise CI would work fine, but the users would experience the exact failure. |
Let's get this documented at least for 2021.05 . For the next future I think as soon as the few macOS users inside IIT migrate to conda, I think we should re-evaluate our Homebrew level of support, given the amount of effort and mantainance that it requires (see https://github.com/robotology/robotology-superbuild/issues?q=is%3Aissue+homebrew+is%3Aclosed and all the times that CI was broken due to Homebrew related problems, while macOS/conda continued to work). |
Done in f0e3374 . The PR is ready for review. |
This was fixed by the new release of blocktest and 4ff3a61, let's see if now the CI is happy. |
Workaround for #753 taken from osrf/homebrew-simulation#1486 (comment)