From f23632e518e2b6c7f17e6d474711cfc384923ea0 Mon Sep 17 00:00:00 2001 From: Richard Mortier Date: Sun, 29 Dec 2019 15:04:43 +0100 Subject: dabuild: put `.ccache` into a named volume, to support multiarch closes #48 Signed-off-by: Richard Mortier --- Makefile | 2 +- dabuild.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 16fbf5f..36ef49a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ORG = alpinelinux IMG = $(ORG)/docker-abuild -VOLS = bin etc lib sbin usr var +VOLS = bin etc lib sbin usr var home/builder/.ccache # BRANCHES := $(shell \ # curl -s https://api.github.com/repos/alpinelinux/aports/branches \ # | jq -r '.[].name' \ diff --git a/dabuild.in b/dabuild.in index 042d724..c761c7e 100755 --- a/dabuild.in +++ b/dabuild.in @@ -70,7 +70,6 @@ fi ## setup volumes; use named volumes as cache if desired ABUILD_VOLUMES="-v ${HOME}/.abuild:/home/builder/.abuild \ - -v ${HOME}/.ccache:/home/builder/.ccache \ -v ${PWD%/aports/*}/aports:/home/builder/aports \ -v ${ABUILD_PACKAGES}:/home/builder/packages" -- cgit v1.2.3