We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cpuid.h
1 parent 190ba74 commit 235cdedCopy full SHA for 235cded
cpython-unix/extension-modules.yml
@@ -49,6 +49,11 @@ _blake2:
49
# Disable `explicit_bzero`, it requires glib 2.25+
50
- define: LINUX_NO_EXPLICIT_BZERO
51
minimum-python-version: "3.14"
52
+ # Disable cpuid.h requirement for musl builds
53
+ - define: NO_CPUID
54
+ targets:
55
+ - .*-unknown-linux-musl
56
+ minimum-python-version: "3.14"
57
58
_bz2:
59
sources:
0 commit comments