catalyst: remove python compile byte code in postInstall (#439366)

This commit is contained in:
Nick Cao
2025-09-03 16:30:25 -04:00
committed by GitHub
-4
View File
@@ -65,10 +65,6 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "CATALYST_BUILD_TESTING" finalAttrs.finalPackage.doCheck)
];
postInstall = lib.optionalString pythonSupport ''
python -m compileall -s $out $out/${python3Packages.python.sitePackages}
'';
doCheck = true;
preCheck = lib.optionalString stdenv.hostPlatform.isDarwin ''