Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Fix Alpine's build in the CI
Browse files Browse the repository at this point in the history
PCRE must now be installed, since it's
not shipped with PHP by default anymore.
Fedora did it too, and was fixed in 3fe0d28.
  • Loading branch information
jvoisin committed Jun 20, 2019
1 parent 1b52614 commit 3330b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -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
- apk add php7-dev php7-cgi php7-simplexml php7-xml make gcc musl-dev pcre
- 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"
Expand Down

0 comments on commit 3330b98

Please sign in to comment.