[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: build-system/go: Plan removal of the pkg folder for go-1.11 onwar
From: |
Pierre Neidhardt |
Subject: |
02/07: build-system/go: Plan removal of the pkg folder for go-1.11 onward. |
Date: |
Mon, 12 Nov 2018 04:32:46 -0500 (EST) |
ambrevar pushed a commit to branch master
in repository guix.
commit 0fd115d536d59e5160329546f09943c278b15cdb
Author: Pierre Neidhardt <address@hidden>
Date: Sun Nov 11 22:03:08 2018 +0100
build-system/go: Plan removal of the pkg folder for go-1.11 onward.
* guix/build/go-build-system.scm (install): New comment.
---
guix/build/go-build-system.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/guix/build/go-build-system.scm b/guix/build/go-build-system.scm
index 6be0167..022d4fe 100644
--- a/guix/build/go-build-system.scm
+++ b/guix/build/go-build-system.scm
@@ -204,6 +204,9 @@ respectively."
$GOPATH/pkg, so we have to copy them into the output directory manually.
Compiled executable files should have already been installed to the store based
on $GOBIN in the build phase."
+ ;; TODO: From go-1.10 onward, the pkg folder should not be needed (see
+ ;; https://lists.gnu.org/archive/html/guix-devel/2018-11/msg00208.html).
+ ;; Remove it?
(when (file-exists? "pkg")
(copy-recursively "pkg" (string-append (assoc-ref outputs "out") "/pkg")))
#t)
- branch master updated (6c84390 -> 5c47584), Pierre Neidhardt, 2018/11/12
- 01/07: gnu: go: Update default to 1.11., Pierre Neidhardt, 2018/11/12
- 05/07: gnu: go-gopkg.in-asn1-ber.v1: Fix tests for go-1.11., Pierre Neidhardt, 2018/11/12
- 02/07: build-system/go: Plan removal of the pkg folder for go-1.11 onward.,
Pierre Neidhardt <=
- 03/07: gnu: go-github-com-prometheus-common-expfmt: Fix tests for go-1.11., Pierre Neidhardt, 2018/11/12
- 06/07: gnu: go-github-com-wtolson-go-taglib: Fix tests and build for go-1.11., Pierre Neidhardt, 2018/11/12
- 07/07: gnu: go-github-com-aarzilli-golua: Fix for go-1.11., Pierre Neidhardt, 2018/11/12
- 04/07: gnu: go-github-com-audriusbutkevicius-cli: Fix tests for go-1.11., Pierre Neidhardt, 2018/11/12