rocmPackages.aotriton: disable verbose logs for ninja install

Builds get killed in Hydra because of excessive logging:
https://hydra.nixos.org/build/338201313

(cherry picked from commit 806ecb2655)
This commit is contained in:
Ihar Hrachyshka
2026-07-19 22:30:17 -04:00
committed by github-actions[bot]
parent abf0a8c4ee
commit f81dc01bac

View File

@@ -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