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:
parent
4e4e4a570f
commit
9a9f7b940b
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue