Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Windows debug build failing #176

Closed
dirk-thomas opened this issue Apr 1, 2019 · 0 comments
Closed

Windows debug build failing #176

dirk-thomas opened this issue Apr 1, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@dirk-thomas
Copy link
Member

dirk-thomas commented Apr 1, 2019

With the merge of ros2/rosidl_python#35 and depending on numpy the Windows debug builds are failing: https://ci.ros2.org/view/nightly/job/nightly_win_deb/1203/

The reason is that the C extension of numpy needs to be Debug build too (aka be installed with a Python debug interpreter). Since the Python library installation folder is the same for both interpreters that implies that the existing numpy package needs to be removed and the build type specific one installed in every build.


Reported during #168.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant