3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pytorch-bin: don't build on hydra

It won't complete anyhow, as it exceeds the recently increased maximum
output size by another 200 MB.

https://hydra.nixos.org/build/173626214
This commit is contained in:
Martin Weinelt 2022-04-14 21:40:42 +02:00
parent 4e4e4a570f
commit 9a9f7b940b

View file

@ -76,6 +76,7 @@ in buildPythonPackage {
# https://www.intel.com/content/www/us/en/developer/articles/license/onemkl-license-faq.html
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;
hydraPlatforms = []; # output size 3.2G on 1.11.0
maintainers = with maintainers; [ junjihashimoto ];
};
}