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

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 06:41:36 PST 2023


tstellar added a comment.

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.


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