-
-
Notifications
You must be signed in to change notification settings - Fork 283
Upgrade musl builds to latest LLVM #829
Copy link
Copy link
Closed
Description
Right now, we're using LLVM for musl
python-build-standalone/pythonbuild/utils.py
Lines 480 to 482 in 01aa806
| # musl currently has issues with LLVM 15+. | |
| if "musl" in target_triple: | |
| return "llvm-14-x86_64-linux" |
There are various problems that aren't worth investigating until we're on the newest compiler version. We should upgrade to LLVM 20.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels