]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
xap_helper_cxx: allow sharing XDG_CACHE_HOME across ABIs
authorEric Wong <e@80x24.org>
Fri, 13 Oct 2023 06:12:29 +0000 (06:12 +0000)
committerEric Wong <e@80x24.org>
Sat, 14 Oct 2023 06:00:56 +0000 (06:00 +0000)
commitc24f57d19f6536d750c8571cda015d9fd57d3a58
treeb67c36aa1b26118a6b28045c073514ccb3d28df1
parenteeb7b20926d7837a789c60ad58b9d1e119ae3612
xap_helper_cxx: allow sharing XDG_CACHE_HOME across ABIs

For users sharing home directories (or just XDG_CACHE_HOME)
across hosts of different architectures, we must use a compiler
and architecture-specific destination directory for storing the
binary result.  Even on the same OS and architecture, different
C++ compilers may have different ABIs, so we must account for
that.
lib/PublicInbox/XapHelperCxx.pm