Skip to content

Commit

Permalink
chore: stanc cannot be built on aarch64-linux due to failing-to-build…
Browse files Browse the repository at this point in the history
… `ocaml_intrinsics` package
  • Loading branch information
cpcloud committed Sep 27, 2024
1 parent 0819040 commit 526722f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down Expand Up @@ -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 { };
Expand Down

0 comments on commit 526722f

Please sign in to comment.