igraph: Only build and test x86_64-linux.

aarch64-linux tests fail on the community builder, so don't build there
until we have more evidence that failing tests are not a problem.
This commit is contained in:
Corbin 2020-06-25 15:44:45 -07:00
parent 9409bd0ea6
commit dd284b9758

View File

@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
description = "The network analysis package";
homepage = "https://igraph.org/";
license = lib.licenses.gpl2;
# NB: Known to fail tests on aarch64.
platforms = [ "x86_64-linux" ];
maintainers = [ lib.maintainers.MostAwesomeDude ];
};
}