Skip to content

Commit c5ff461

Browse files
committed
fix(toolchains): add musl list of freethreaded runtimes
1 parent c4935b1 commit c5ff461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/versions.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,7 @@ def get_release_info(platform, python_version, base_url = DEFAULT_RELEASE_BASE_U
10601060
"x86_64-apple-darwin": "pgo+lto",
10611061
"x86_64-pc-windows-msvc": "pgo",
10621062
"x86_64-unknown-linux-gnu": "pgo+lto",
1063+
"x86_64-unknown-linux-musl": "pgo+lto",
10631064
}[p],
10641065
)
10651066
else:

0 commit comments

Comments
 (0)