[PATCH] D142719: workflows: Bump python version on Windows to try to fix lldb failure

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 06:53:47 PST 2023


thieta accepted this revision.
thieta added a comment.
This revision is now accepted and ready to land.

In D142719#4085605 <https://reviews.llvm.org/D142719#4085605>, @tstellar wrote:

> In D142719#4085597 <https://reviews.llvm.org/D142719#4085597>, @thieta wrote:
>
>> 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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142719/new/

https://reviews.llvm.org/D142719



More information about the llvm-commits mailing list