Unverified Commit a9a39590 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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

parents 67f7f428 e4a7c367
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
  };
}