mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
miopen: build on big-parallel
miopen occasionally times out on hydra because it takes too long
This commit is contained in:
parent
87f9156865
commit
428680da24
@ -171,6 +171,8 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
ln -s ${kdbs.gfx1030_36} $out/share/miopen/db/gfx1030_40.kdb
|
||||
'';
|
||||
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
passthru.updateScript = rocmUpdateScript {
|
||||
name = finalAttrs.pname;
|
||||
owner = finalAttrs.src.owner;
|
||||
|
Loading…
Reference in New Issue
Block a user