From fc383fab77aef93adbfa6004885131ab1244b4ec Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 18 Dec 2019 13:51:15 +0200 Subject: [PATCH] switch to rinutils cmake/pkgconf package --- CI-testing/continuous-integration-testing.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CI-testing/continuous-integration-testing.pl b/CI-testing/continuous-integration-testing.pl index 7d8ed1f..d67f7ef 100644 --- a/CI-testing/continuous-integration-testing.pl +++ b/CI-testing/continuous-integration-testing.pl @@ -18,6 +18,7 @@ sub do_system die "Running [@$cmd] failed!"; } } +my $cwd = cwd(); my $IS_WIN = ( $^O eq "MSWin32" ); my $SEP = $IS_WIN ? "\\" : '/'; @@ -33,7 +34,6 @@ if ( defined $cmake_gen ) { $ENV{CMAKE_GEN} = $cmake_gen; } -my $cwd = cwd(); mkdir('B'); chdir('B'); if ( !$ENV{SKIP_RINUTILS_INSTALL} ) @@ -79,7 +79,8 @@ if ($IS_WIN) $ENV{RINUTILS_INCLUDE_DIR} = "C:/foo/include"; } chdir($cwd); -$cwd->child('B')->remove_tree; +$cwd->child('B')->remove_tree( { safe => 0, } ); + do_system( { cmd => [ -- 2.40.0