xap_helper: PERL_INLINE_DIRECTORY fallback for JAOT build
commit817eb9dfebfbbbe8af319cedc2b85c89655b0095
authorEric Wong <e@80x24.org>
Wed, 24 Apr 2024 09:39:36 +0000 (24 09:39 +0000)
committerEric Wong <e@80x24.org>
Wed, 24 Apr 2024 21:34:48 +0000 (24 21:34 +0000)
tree88c3fe48ba22f9ddacba77e48dbeea4487a24295
parent9987cc1cc687f3b2d03a78938773c4f0c5b64d98
xap_helper: PERL_INLINE_DIRECTORY fallback for JAOT build

systemd setups may use role accounts (e.g. `news') with
XDG_CACHE_HOME unset and a non-existent HOME directory
which the user has no permission to create.

In those cases, fallback to using PERL_INLINE_DIRECTORY if
available for building the just-ahead-of-time C++ binary.
lib/PublicInbox/XapHelperCxx.pm