Skip to content

Commit f5ab3bc

Browse files
authored
fix(toolchains): add musl list of freethreaded runtimes (workspace) (#3310)
The musl entry got lost as part of a refactoring. Add it back to the platforms that generate freethreaded variants. Fixes #3286
1 parent fb06c86 commit f5ab3bc

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
@@ -1065,6 +1065,7 @@ def get_release_info(platform, python_version, base_url = DEFAULT_RELEASE_BASE_U
10651065
"x86_64-apple-darwin": "pgo+lto",
10661066
"x86_64-pc-windows-msvc": "pgo",
10671067
"x86_64-unknown-linux-gnu": "pgo+lto",
1068+
"x86_64-unknown-linux-musl": "pgo+lto",
10681069
}[p],
10691070
)
10701071
else:

0 commit comments

Comments
 (0)