citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit d7fb384e05ef5f782510f9645c561346cba2034b
parent f7855e8b98fc676476cab8b70afcddb901c093a8
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 11 Jun 2016 23:31:19 -0600

e2e: use 8 jobs for compiling libressl

Diffstat:
Me2e/libressl.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/libressl.t b/e2e/libressl.t @@ -28,7 +28,7 @@ system("cd $tmpdir && tar xzf $libressl_src") == 0 or die "extract failed"; my $srcdir = "$tmpdir/libressl-2.4.1"; system("cd $srcdir && citrun-wrap ./configure") == 0 or die "citrun-wrap ./configure failed"; -system("citrun-wrap make -C $srcdir -j4") == 0 or die "citrun-wrap make failed"; +system("citrun-wrap make -C $srcdir -j8") == 0 or die "citrun-wrap make failed"; # Make sure the instrumentation for Vim is working correctly #