From b2b40b07e83af85330157e134d1cc591ed4f7c76 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 4 May 2026 04:00:33 +0900 Subject: cmd/dist: optional verbosity This makes output less noisy. The build is fast enough not to require progress indication. Signed-off-by: Ophestra --- internal/rosa/hakurei.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'internal') diff --git a/internal/rosa/hakurei.go b/internal/rosa/hakurei.go index eb28fee7..2d30e094 100644 --- a/internal/rosa/hakurei.go +++ b/internal/rosa/hakurei.go @@ -7,9 +7,8 @@ func (t Toolchain) newHakurei( withHostname bool, ) pkg.Artifact { hostname := ` -echo '# Building test helper (hostname).' -go build -v -o /bin/hostname /usr/src/hostname/main.go -echo +echo 'Building test helper (hostname).' +go build -o /bin/hostname /usr/src/hostname/main.go ` if !withHostname { hostname = "" -- cgit v1.3.1