| 05c85020 | 20-Aug-2022 |
Tom Stellard <[email protected]> |
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 buildin
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
(cherry picked from commit 99020b3c73c1e22fa388be8fd0c44391d40b3a38)
show more ...
|
| 66d755bb | 26-Jul-2022 |
Tom Stellard <[email protected]> |
workflows: Add GitHub action for automating some release tasks
For each release tag, this action will create a new release on GitHub, and for each -final tag, this action will build the documentatio
workflows: Add GitHub action for automating some release tasks
For each release tag, this action will create a new release on GitHub, and for each -final tag, this action will build the documentation and upload it to GitHub.
Reviewed By: hans, kwk
Differential Revision: https://reviews.llvm.org/D99780
show more ...
|