]> git.seodisparate.com - AnotherAURHelper/commit
Specify "CCACHE_NOHASHDIR" when using ccache
authorStephen Seo <seo.disparate@gmail.com>
Mon, 11 Nov 2024 06:55:47 +0000 (15:55 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 11 Nov 2024 06:55:47 +0000 (15:55 +0900)
commited1b49d28ac1deb5eda21de22415904c1d11c198
tree1db449de88a881ad7ed58b283c4092f27f70fa8a
parent9701fff99166e79f1c706ef0a86d214d2298e8af
Specify "CCACHE_NOHASHDIR" when using ccache

AUR packages tend to be built with the package's name and version as
part of the current-working-directory during building. Specifying
CCACHE_NOHASHDIR=1 will cause ccache to ignore the
current-working-directory when hashing for ccache-cached objects. This
should hopefully fix issues where new package versions tend to cause
cache-misses on build.
update.py