[all-commits] [llvm/llvm-project] 10d219: Update the Windows packaging script
Hans via All-commits
all-commits at lists.llvm.org
Mon May 30 02:58:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10d2195305ac49605f2b7b6a25a4076c31923191
https://github.com/llvm/llvm-project/commit/10d2195305ac49605f2b7b6a25a4076c31923191
Author: Hans Wennborg <hans at chromium.org>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M llvm/utils/release/build_llvm_package.bat
Log Message:
-----------
Update the Windows packaging script
Check in updates based on how the latest release was built [0] and add
the bug fix from [1] which allows LLDB to start.
Other changes which had accumulated in the local release script:
- Don't build the clang format plugin (VS has the functionality built
in now)
- Disable tests that have been failing (I'll try to follow up and
re-enable them)
- Switch to Python 3.10
- Jump through more hoops to make LLDB pick the right Python.
0. https://discourse.llvm.org/t/14-0-4-final-has-been-tagged/62750/3
1. https://github.com/llvm/llvm-project/issues/54589
More information about the All-commits
mailing list