Skip to content

Commit ff735e1

Browse files
committed
unix: discard musl dependency archive when installing dependencies
musl builds are busted without this.
1 parent fc9ed7e commit ff735e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpython-unix/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ def build_cpython(
830830
packages.discard("binutils")
831831
packages.discard("clang")
832832
packages.discard("gcc")
833+
packages.discard("musl")
833834

834835
for p in sorted(packages):
835836
build_env.install_artifact_archive(BUILD, p, target_triple, optimizations)

0 commit comments

Comments
 (0)