]> git.ipfire.org Git - pakfire.git/commit
build: Set CCACHE_TEMPDIR to /tmp
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 May 2023 18:11:56 +0000 (18:11 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 May 2023 18:11:56 +0000 (18:11 +0000)
commit3d20c45c24b3ca3f632f36f5fe27c778f36e37cf
tree13060cfb9ffef7b5c937395f12788572b7d56654
parentf4497d73788975f3865432063637ac3168b15980
build: Set CCACHE_TEMPDIR to /tmp

This will cause that ccache creates any temporary files in /tmp instead
of the cache dir. This caused massive bandwidth and slightly slow builds
with a shared NFS cache.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/build.c