From 7682d7645f579ba531717ba95c8f3d4ff63af53f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 13 Sep 2023 09:12:39 +0000 Subject: move deps.perl into new install/ directory deps.perl can be useful for non-CI purposes as long as it's not blindly removing packages. Thus, a --allow-remove flag now exists for CI use and removals are disabled by default. deps.perl also gets easier-to-use in that now install/os.perl is split off from from ci/profiles.perl so OS-supplied packaged manager. --- ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/run.sh') diff --git a/ci/run.sh b/ci/run.sh index 8f717508..5aa22491 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -15,7 +15,7 @@ NPROC=${NPROC-$({ getconf _NPROCESSORS_ONLN || getconf NPROCESSORS_ONLN || $PERL -w ci/profiles.perl | while read args do - $DO $SUDO $PERL -w ci/deps.perl $args + $DO $SUDO $PERL -w install/deps.perl --allow-remove $args $DO $PERL Makefile.PL $DO $MAKE -j${BUILD_JOBS-$NPROC} $DO $MAKE -j${TEST_JOBS-1} ${TEST_TARGET-test} -- cgit v1.2.3-24-ge0c7