GH-47583: [CI][Python] Enable PyArrow Debug build on Windows CI job#50406
GH-47583: [CI][Python] Enable PyArrow Debug build on Windows CI job#50406raulcd wants to merge 1 commit into
Conversation
|
|
|
@pitrou the problem seems to be that Debug builds try to link On the Windows CI job we use actions/setup-python which do not allow to install CPython debug. I could try |
|
Ouch, I had missed that |
|
According to the discussion above, perhaps we should use |
We can of course do this, assuming we find a readily available debug build of CPython on Windows, but then some dependencies might need to be recompiled from source and we'd rather avoid that. |
TBD
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?
This PR includes breaking changes to public APIs. (If there are any breaking changes to public APIs, please explain which changes are breaking. If not, you can remove this.)
This PR contains a "Critical Fix". (If the changes fix either (a) a security vulnerability, (b) a bug that caused incorrect or invalid data to be produced, or (c) a bug that causes a crash (even when the API contract is upheld), please provide explanation. If not, you can remove this.)