This is an archive of the discontinued LLVM Phabricator instance.

workflows: Bump python version on Windows to try to fix lldb failure
ClosedPublic

Authored by tstellar on Jan 27 2023, 6:34 AM.

Diff Detail

Event Timeline

tstellar created this revision.Jan 27 2023, 6:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2023, 6:34 AM
tstellar requested review of this revision.Jan 27 2023, 6:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2023, 6:34 AM

I thought the required version is much less than 3.10? Why is this helping / failing?

I thought the required version is much less than 3.10? Why is this helping / failing?

There is some problem with the environment in the Windows builders where CMake always wants to select the x86 version of the python libraries instead of the x86_64 version. Setting the python-version to the highest supported version on the Windows builders seems to fix this.

thieta accepted this revision.Jan 27 2023, 6:53 AM

I thought the required version is much less than 3.10? Why is this helping / failing?

There is some problem with the environment in the Windows builders where CMake always wants to select the x86 version of the python libraries instead of the x86_64 version. Setting the python-version to the highest supported version on the Windows builders seems to fix this.

That's curious... No need to block this on figuring it out. So let's merge this at least.

This revision is now accepted and ready to land.Jan 27 2023, 6:53 AM