helm
: Do not cache Golang dependemcies
This commit is contained in:
parent
10282738d8
commit
198f9d4a42
@ -12,7 +12,7 @@ termux_step_make() {
|
||||
mkdir -p "${TERMUX_PKG_BUILDDIR}/src/github.com/helm"
|
||||
cp -a "${TERMUX_PKG_SRCDIR}" "${TERMUX_PKG_BUILDDIR}/src/github.com/helm/helm"
|
||||
cd "${TERMUX_PKG_BUILDDIR}/src/github.com/helm/helm"
|
||||
termux_go_get -d -v
|
||||
# TODO: Cache Golang dependencies
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user