Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Mar 2018 08:16:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226320] Mk/Uses/go.mk Add GOCACHE=off
Message-ID:  <bug-226320-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226320

            Bug ID: 226320
           Summary: Mk/Uses/go.mk Add GOCACHE=3Doff
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: riggs@FreeBSD.org
                CC: freebsd-ports-bugs@FreeBSD.org

Created attachment 191164
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D191164&action=
=3Dedit
Patch to add GOCACHE=3Doff to GO_ENV

Starting with Go 1.10, the "go build" command maintains a compiler cache wh=
ich
is activated by default.
As a result, all poudriere builds result in errors since root/.cache is cha=
nged
during build and contains these results.

Attached patch adds GOCACHE=3Doff to the build flags to prevent this proble=
m. May
I commit this?

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226320-13>