Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatti Niemenmaa <matti.niemenmaa+git@iki.fi>2021-01-30 19:46:40 +0200
committerAllan McRae <allan@archlinux.org>2021-02-08 14:24:49 +1000
commit9e425cd1ea4a5fe7e7d7f1daa225eed37650dafc (patch)
tree63c3519fa7dbb53f0997b06c3d4c724fdd015fab /.gitlab-ci.yml
parent2b8d00b7993435a8dc6f560b508a33050830ceec (diff)
makepkg: Don't double-layer distcc on ccache
buildenv is set once for build() and a second time for package(). When using both distcc and ccache, this lead to CCACHE_PREFIX="distcc distcc" in package(), which breaks PKGBUILDs that execute the compiler in package() because distcc complains: distcc[383041] (main) CRITICAL! distcc seems to have invoked itself recursively! Avoid causing this error by only adding "distcc" to CCACHE_PREFIX if it's not yet there. Signed-off-by: Matti Niemenmaa <matti.niemenmaa+git@iki.fi> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions