From f81dc01baccffd06f97052900c8ed411ee94f6f9 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Sun, 19 Jul 2026 22:30:17 -0400 Subject: [PATCH] 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 806ecb2655e5a38ce17b786e0a8c8f233637dd36) --- pkgs/development/rocm-modules/aotriton/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/rocm-modules/aotriton/default.nix b/pkgs/development/rocm-modules/aotriton/default.nix index 3f10e65a839f..3db4fc2021d6 100644 --- a/pkgs/development/rocm-modules/aotriton/default.nix +++ b/pkgs/development/rocm-modules/aotriton/default.nix @@ -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