opencode: mark broken for x86_64-darwin
This commit is contained in:
committed by
Gaetan Lepage
parent
c6ff76d0c4
commit
5c2b36863b
@@ -175,5 +175,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
"x86_64-darwin"
|
||||
];
|
||||
mainProgram = "opencode";
|
||||
badPlatforms = [
|
||||
# Broken as 2026-04-23, errors as:
|
||||
# CPU lacks AVX support, strange crashes may occur. Reinstall Bun
|
||||
"x86_64-darwin"
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user