python3Packages.scalene: clean up badPlatforms
This commit is contained in:
@@ -138,8 +138,8 @@ buildPythonPackage (finalAttrs: {
|
||||
# The scalene doesn't seem to account for arm64 linux
|
||||
"aarch64-linux"
|
||||
|
||||
# On darwin, builds 1) assume aarch64 and 2) mistakenly compile one part as
|
||||
# x86 and the other as arm64 then tries to link them into a single binary
|
||||
# On darwin, builds mistakenly compile one part as x86 and the
|
||||
# other as arm64 then tries to link them into a single binary
|
||||
# which fails.
|
||||
"aarch64-darwin"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user