xbps-src: support caching go builds
Piggyback on the existing XBPS_CCACHE logic to enable/disable. Stored in ${XBPS_HOSTDIR}/gocache.
This commit is contained in:
parent
7c20248a20
commit
e3f56ecb01
|
@ -39,7 +39,8 @@ XBPS_SUCMD="sudo /bin/sh -c"
|
|||
|
||||
# [OPTIONAL]
|
||||
# Enable or disable ccache when building packages. The ccache directory
|
||||
# is stored in the hostdir, i.e hostdir/ccache.
|
||||
# is stored in the hostdir, i.e hostdir/ccache. For go builds this enables
|
||||
# caching in hostdir/gocache.
|
||||
#
|
||||
#XBPS_CCACHE=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue