From 7a19274211ee8b74175beace533777a68cac1f7d Mon Sep 17 00:00:00 2001 From: Disassembler Date: Fri, 13 Mar 2020 00:01:59 +0100 Subject: [PATCH] Bump abuild.conf to Alpine 3.11 --- apk/vmmgr | 2 +- build/etc/abuild.conf | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apk/vmmgr b/apk/vmmgr index 40f2991..f5501c0 160000 --- a/apk/vmmgr +++ b/apk/vmmgr @@ -1 +1 @@ -Subproject commit 40f2991d607e9d59e1b75060fcdd3e96fbb165e7 +Subproject commit f5501c0605b644494ba55802fdd5a5d15a25dd06 diff --git a/build/etc/abuild.conf b/build/etc/abuild.conf index e36f1f7..51d8f4e 100644 --- a/build/etc/abuild.conf +++ b/build/etc/abuild.conf @@ -9,12 +9,15 @@ export MAKEFLAGS=-j$JOBS # remove line below to disable colors USE_COLORS=1 +# uncomment line below to enable ccache support. +#USE_CCACHE=1 + SRCDEST=/var/cache/distfiles # uncomment line below to store built packages in other location # The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk # where $repo is the name of the parent directory of $startdir. -REPODEST=/srv/build/alpine/v3.9 +REPODEST=/srv/build/alpine/v3.11 # PACKAGER and MAINTAINER are used by newapkbuild when creating new aports for # the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.