From 526722f9aff3daecbfd1bbed6ede76a681aed134 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Fri, 27 Sep 2024 07:40:20 -0400 Subject: [PATCH] chore: stanc cannot be built on aarch64-linux due to failing-to-build `ocaml_intrinsics` package --- tests/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default.nix b/tests/default.nix index 522e378e6..90bad3776 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -165,7 +165,6 @@ in git-subdirectory-hook = callTest ./git-subdirectory-hook { }; pandas = callTest ./pandas { }; python-magic = callTest ./python-magic { }; - cmdstanpy = callTest ./cmdstanpy { }; avro-python3 = callTest ./avro-python3 { }; mpi4py-test = callTest ./mpi4py-test { }; ckzg = callTest ./ckzg { }; @@ -226,6 +225,7 @@ in common-pkgs-2 = callTest ./common-pkgs-2 { }; pytest-randomly = callTest ./pytest-randomly { }; fetched-projectdir = callTest ./fetched-projectdir { }; + cmdstanpy = callTest ./cmdstanpy { }; } // lib.optionalAttrs (stdenv.isLinux && stdenv.isx86_64) { # x86_86-linux pendulum = callTest ./pendulum { };