From b52983b268e2cf90c1a2e3af96d381fe924e794d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 15 Jan 2022 16:37:02 +0000 Subject: Improve CI scripts. - Add support for skipping CI on specific platforms with commit comments. - Add support for testing on Alpine (which uses musl instead of glibc). - Rename "Linux CI" to "Ubuntu CI" now we test other Linux distros. - Properly add packages to the PATH and LD_LIBRARY_PATH on macOS. --- tools/test-build | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/test-build b/tools/test-build index ff2ce9501..35491d27a 100755 --- a/tools/test-build +++ b/tools/test-build @@ -49,6 +49,7 @@ for my $compiler (@compilers) { for my $socketengine (@socketengines) { say "Attempting to build using the $compiler compiler and the $socketengine socket engine..."; my @configure_flags; + push @configure_flags, '--disable-ownership' unless $>; if (defined $ENV{TEST_BUILD_MODULES}) { execute "$root/configure", '--enable-extras', $ENV{TEST_BUILD_MODULES}; push @configure_flags, '--disable-auto-extras'; -- cgit v1.3.1-10-gc9f91