From: Pierre Neidhardt <mail@ambrevar.xyz>
To: Chris Marusich <cmmarusich@gmail.com>
Cc: guix-devel@gnu.org, 30806@debbugs.gnu.org
Subject: Re: Packaging Terraform, a Golang package
Date: Thu, 20 Dec 2018 10:47:18 +0100 [thread overview]
Message-ID: <87woo4zg0p.fsf@ambrevar.xyz> (raw)
In-Reply-To: <87bm5g4k8r.fsf@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1346 bytes --]
> 1) Is it bad that our package definition isn't running "go generate" or
> "go fmt"? Do you know if "go install" does this for us somehow? I
> don't think "stringer" or "mockgen" are present in the build
"go generate" is used to generate code, it's like a preprocessor. Most Go
programs don't use it, but if they do, then it's needed.
"go fmt" should not be part of the build process in my opinion. A code
formatter fits better into a Git hook or something.
> 2) After I ran "make" ad-hoc, I couldn't find a built "terraform"
> executable anywhere. Where is it? Am missing something obvious, or
> could it be that the official documentation incomplete and I need to ask
> upstream for advice?
I haven't looked into it, but it should be either in ~/go/bin or in the package
source folder, something like ~/go/src/.../terraform/.
> 3) The official instructions seem to arbitrarily choose to run the build
> in parallel, using 4 threads, which means this package won't play nice
> with build arguments like --cores. I suppose I might need to work with
> upstream to fix that.
I think Go decides this on its own. Off the top of my head, there is an
environment variable to control the number of CPU threads used globally,
GO_xxx_CORES or something like that.
--
Pierre Neidhardt
https://ambrevar.xyz/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
prev parent reply other threads:[~2018-12-20 9:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-19 3:10 Packaging Terraform, a Golang package Chris Marusich
2018-12-19 7:54 ` Pierre Neidhardt
2018-12-19 16:17 ` Chris Marusich
2018-12-19 16:29 ` Pierre Neidhardt
2018-12-19 23:42 ` Christopher Baines
2018-12-20 9:31 ` Chris Marusich
2018-12-20 9:47 ` Pierre Neidhardt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87woo4zg0p.fsf@ambrevar.xyz \
--to=mail@ambrevar.xyz \
--cc=30806@debbugs.gnu.org \
--cc=cmmarusich@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.