This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by tstellar on Aug 20 2022, 12:06 AM.

Details

Summary

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.

Diff Detail

Event Timeline

tstellar created this revision.Aug 20 2022, 12:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2022, 12:06 AM
tstellar requested review of this revision.Aug 20 2022, 12:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2022, 12:06 AM
thieta accepted this revision.Aug 20 2022, 12:08 AM

LGTM!

This revision is now accepted and ready to land.Aug 20 2022, 12:08 AM
This revision was landed with ongoing or failed builds.Aug 20 2022, 12:15 AM
This revision was automatically updated to reflect the committed changes.