Merge #200705: rocfft: set hydraPlatforms due to large output

This commit is contained in:
Vladimír Čunát 2022-11-11 15:42:11 +01:00
commit a9a3959032
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -110,5 +110,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ mit ];
maintainers = with maintainers; [ Madouura ];
broken = rocmVersion != hip.version;
hydraPlatforms = [ ]; # rocFFT produces an extremely large output
};
}