release-haskell.nix: temporarily disable x86_64-darwin

rustc fails to build on x86_64-darwin on the M1 builders Hydra uses.
Since GHC depends on rustc (sphinx -> cryptography -> GHC), the entire
darwin package set is broken at the moment, cluttering build reports
etc.
This commit is contained in:
sternenseemann 2022-03-17 18:00:53 +01:00
parent 617b53c75f
commit 0da85d3f77

View file

@ -9,7 +9,7 @@
$ hydra-eval-jobs -I . pkgs/top-level/release-haskell.nix
*/
{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ] }:
{ supportedSystems ? [ "x86_64-linux" /* "x86_64-darwin" */ "aarch64-linux" ] }:
let