about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2024-04-26 11:29:41 +0000
committerEric Wong <e@80x24.org>2024-04-28 17:05:31 +0000
commitfac2a191fd211fda9309dd63fac4eae0e6f03589 (patch)
tree7a6340cbbbe3368d04be6faa997168233bcba7fa
parentcccff5cbaf8e9800dbcb67dd497586bdb0a8521e (diff)
downloadpublic-inbox-fac2a191fd211fda9309dd63fac4eae0e6f03589.tar.gz
We should almost always be calling `check_build' instead of
`build'.  Using ccache masked some of the overhead from
this, but various linker implementations are still slow.
-rw-r--r--lib/PublicInbox/TestCommon.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/TestCommon.pm b/lib/PublicInbox/TestCommon.pm
index b8b7b827..708fa698 100644
--- a/lib/PublicInbox/TestCommon.pm
+++ b/lib/PublicInbox/TestCommon.pm
@@ -726,7 +726,7 @@ SKIP: {
         require File::Path;
         eval { # use XDG_CACHE_HOME, first:
                 require PublicInbox::XapHelperCxx;
-                PublicInbox::XapHelperCxx::build();
+                PublicInbox::XapHelperCxx::check_build();
         };
         local %ENV = %ENV;
         delete $ENV{XDG_DATA_HOME};