From bd399574d6b2bf7faa15c04c2bda03b73c16a011 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 9 Jul 2019 10:37:22 +0200 Subject: Fix the Alpine Linux build pcre is not bundled with PHP anymore in AlpineLinux, so we have to install it separately. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85b03eb..639f277 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ testsuite:alpine: stage: testsuite script: - apk update - - apk add php7-dev php7-cgi php7-simplexml php7-xml make gcc musl-dev pcre + - apk add php7-dev php7-cgi php7-simplexml php7-xml make gcc musl-dev pcre-dev - make compile_debug - TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test TESTS="tests/cookies_encryption tests/deny_writable tests/disable_function" - TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test TESTS="tests/dump_request tests/eval_blacklist tests/global_strict" -- cgit v1.3