-
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
GitHub Actions: Enable conda-forge CI on Window #532
Conversation
Errors:
Missing
Missing library in boost-cpp? CMake error in blocktest?
This is easy, |
This should be fixed by conda-forge/gsl-feedstock#53 .
This should be fixed by robotology/blocktest#44 . |
There was a new problem emerged recently: conda-forge/freeglut-feedstock#26 . |
As conda-forge/gsl-feedstock#53 was merged and conda-forge/freeglut-feedstock#26 was workaround by explicitly installing freeglut 3.0.0 on Windows, the PR should now ready. |
930dcfb
to
de488fe
Compare
The build is now failing for a regression that I introduced myself in Gazebo. It should be fixed by conda-forge/gazebo-feedstock#43 and gazebosim/gazebo-classic#2906 . |
The build is still failing for:
Probably something was wrong in conda-forge/gsl-feedstock#53 . |
I added a local workaround while we wait for conda-forge/gsl-feedstock#53 to be actually fixed. Thanks to that, the PR is finally working. |
ca3b3e1
to
ef566a3
Compare
Failures are related to the Homebrew problems that were fixed in #566, I think we can merge. |
Similar to #484 but for Windows. The lack of direct Visual Studio 2019 support (see conda-forge/vc-feedstock#20) has been addressed by explicitly using the Visual Studio 16 2019 generator.