-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update debug wheels used on Windows. #453
Conversation
This updates the Debug wheels for Python 3.8. In order to support builds of Dashing and Eloquent we'll need to come back to this and add support for using a different set of wheels for the older python version but this hopefully gets us nightlies back. Signed-off-by: Steven! Ragnarök <steven@nuclearsandwich.com>
I'm going to merge this PR in order to give the nightlies a chance. As mentioned there's outstanding work required to restore Dashing and Eloquent builds and these wheels could still cause problems during build or test but I'm willing to find that out in the next round of nightlies since this will at least not fail during pip install. |
With this patch the debug job is now showing failures building rosidl_generator_py
https://ci.ros2.org/view/nightly/job/nightly_win_deb/1626/console#console-section-67 |
I think our wheel was affected by numpy/numpy#16005 |
This updates the Debug wheels for Python 3.8.
In order to support builds of Dashing and Eloquent we'll need to come
back to this and add support for using a different set of wheels for the
older python version but this hopefully gets us the Windows debug nightlies back.