mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
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:
committed by
github-actions[bot]
parent
abf0a8c4ee
commit
f81dc01bac
@@ -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