rocmPackages.aotriton: disable verbose logs for ninja install (#543692)

This commit is contained in:
Luna Nova
2026-07-20 18:48:47 +00:00
committed by GitHub
@@ -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