rocmPackages.aotriton: disable verbose logs for ninja install (#543692)
This commit is contained in:
@@ -105,7 +105,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# This builds+installs
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
ninja -v install
|
||||
ninja install
|
||||
runHook postInstall
|
||||
'';
|
||||
# tests are intended to be ran manually as test/ python scripts and need accelerator
|
||||
|
||||
Reference in New Issue
Block a user