[all-commits] [llvm/llvm-project] 99020b: workflows/llvm-project-tests: Workaround an issue ...

Tom Stellard via All-commits all-commits at lists.llvm.org
Sat Aug 20 00:15:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 99020b3c73c1e22fa388be8fd0c44391d40b3a38
      https://github.com/llvm/llvm-project/commit/99020b3c73c1e22fa388be8fd0c44391d40b3a38
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2022-08-20 (Sat, 20 Aug 2022)

  Changed paths:
    M .github/workflows/llvm-project-tests.yml

  Log Message:
  -----------
  workflows/llvm-project-tests: Workaround an issue with lldb builds on Windows

For some reason cmake started selecting a 32-bit version of python on
Windows instead of the 64-bit version when building windows.  Explicitly
setting the default python to 3.10 fixes this problem.

Reviewed By: thieta

Differential Revision: https://reviews.llvm.org/D132280




More information about the All-commits mailing list