about summary refs log tree commit homepage
path: root/ci/run.sh
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-09-09 12:01:38 +0000
committerEric Wong <e@80x24.org>2023-09-09 21:43:52 +0000
commit681db9d73975915c605f4b712fb856b841fa0b23 (patch)
tree2819fa61ccf391b1a60a0d19814bc95e01cabc3e /ci/run.sh
parent21cfa156dc24ba13df6a3fd8d06880a759f23cac (diff)
downloadpublic-inbox-681db9d73975915c605f4b712fb856b841fa0b23.tar.gz
Reading os-release(5) is a bit more painful, now; and still
requires using the shell.  However, sharing code between *BSDs
and being able to use v-strings for version comparisons is much
easier.

Test profiles for *BSDs are also trimmed down and more focused
on portability stuff.
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 1faf92c2..8f717508 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -13,7 +13,7 @@ fi
 NPROC=${NPROC-$({ getconf _NPROCESSORS_ONLN || getconf NPROCESSORS_ONLN ||
         gnproc || nproc || echo 2; } 2>/dev/null)}
 
-./ci/profiles.sh | while read args
+$PERL -w ci/profiles.perl | while read args
 do
         $DO $SUDO $PERL -w ci/deps.perl $args
         $DO $PERL Makefile.PL