Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] common/build-style/go: use -x -> -v so go build logs are readable
@ 2023-08-06 23:50 classabbyamp
  2023-08-07  0:07 ` [PR PATCH] [Updated] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: classabbyamp @ 2023-08-06 23:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 654 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages go-read-a-book
https://github.com/void-linux/void-packages/pull/45465

common/build-style/go: use -x -> -v so go build logs are readable
this is still verbose (prints each module being compiled), but build logs should be more readable (for finding things like errors) now

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/45465.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-read-a-book-45465.patch --]
[-- Type: text/x-diff, Size: 1226 bytes --]

From c4612d9f33076ffabb0b88caf32c564dc8fec1b0 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sun, 6 Aug 2023 19:47:48 -0400
Subject: [PATCH] common/build-style/go: use -x -> -v so go build logs are
 readable

this is still verbose (prints each module being compiled), but build
logs should be more readable (for finding things like errors) now
---
 common/build-style/go.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/build-style/go.sh b/common/build-style/go.sh
index f1808b3311a4a..c16baa1238059 100644
--- a/common/build-style/go.sh
+++ b/common/build-style/go.sh
@@ -45,10 +45,10 @@ do_build() {
 			# default behavior.
 			go_mod_mode=
 		fi
-		go install -p "$XBPS_MAKEJOBS" -mod="${go_mod_mode}" -modcacherw -x -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}
+		go install -p "$XBPS_MAKEJOBS" -mod="${go_mod_mode}" -modcacherw -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}
 	else
 		# Otherwise, build using GOPATH
-		go get -p "$XBPS_MAKEJOBS" -x -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}
+		go get -p "$XBPS_MAKEJOBS" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}
 	fi
 }
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-10  2:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-06 23:50 [PR PATCH] common/build-style/go: use -x -> -v so go build logs are readable classabbyamp
2023-08-07  0:07 ` [PR PATCH] [Updated] " classabbyamp
2023-08-07  0:07 ` classabbyamp
2023-08-08 23:54 ` [RFC] " the-maldridge
2023-08-08 23:59 ` classabbyamp
2023-08-10  2:09 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).