guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Golang programs keeping references [gnu: go: Update default to 1.11.


From: Leo Famulari
Subject: Re: Golang programs keeping references [gnu: go: Update default to 1.11.]
Date: Mon, 12 Nov 2018 12:45:21 -0500
User-agent: Mutt/1.10.1 (2018-07-13)

On Mon, Nov 12, 2018 at 06:38:53PM +0100, Pierre Neidhardt wrote:
> Yes, it should be statically linked.  Isn't it the same issue as we recently 
> had
> with go-1.11 itself?
> 
> The fix was
> 
> --8<---------------cut here---------------start------------->8---
>            ;; Prevent installation of the build cache, which contains store
>            ;; references to most of the tools used to build Go and would
>            ;; unnecessarily increase the size of Go's closure if it was
>            ;; installed.
>            ;; TODO This should be moved into the 'install' phase when Go 1.9 
> is
>            ;; removed.
>            (add-before 'install 'delete-extraneous-files
>              (lambda _
>                (delete-file-recursively "../pkg/obj")
>                #t))
> --8<---------------cut here---------------end--------------->8---
> 
> We should try that.

I can try it now.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]