release.nix: eval and build ocamlPackages

eval of ocamlPackages was broken, let's enable it to be checked by ci
This commit is contained in:
jopejoe1
2025-10-18 22:23:06 +02:00
parent 1e1cef625b
commit b32b1dc15c
-3
View File
@@ -397,9 +397,6 @@ let
"aarch64-linux"
];
# Fails CI in its current state
ocamlPackages = { };
pkgsRocm = pkgs.rocmPackages.meta.release-packagePlatforms;
};
mapTestOn-packages = if attrNamesOnly then packageJobs else mapTestOn packageJobs;