Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 836261 | Differences between
and this patch

Collapse All | Expand All

(-)portage/eclass/go-module.eclass (-1 / +1 lines)
Lines 96-102 export GOMODCACHE="${WORKDIR}/go-mod" Link Here
96
# -modcacherw makes the build cache read/write
96
# -modcacherw makes the build cache read/write
97
# -v prints the names of packages as they are compiled
97
# -v prints the names of packages as they are compiled
98
# -x prints commands as they are executed
98
# -x prints commands as they are executed
99
export GOFLAGS="-modcacherw -v -x"
99
export GOFLAGS="-buildvcs=false -modcacherw -v -x"
100
100
101
# Do not complain about CFLAGS etc since go projects do not use them.
101
# Do not complain about CFLAGS etc since go projects do not use them.
102
QA_FLAGS_IGNORED='.*'
102
QA_FLAGS_IGNORED='.*'

Return to bug 836261