mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2025-01-22 05:41:30 +01:00
Faster gmagick compilation
This commit is contained in:
parent
15a5ea173a
commit
ead8279200
@ -1093,7 +1093,7 @@ setTargetTriplet() {
|
||||
# The number of processors to be used
|
||||
getCompilationProcessorCount() {
|
||||
case "$1" in
|
||||
amqp | bcmath | bz2 | calendar | exif | gd | geospatial | gettext | grpc | http | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | ssh2 | soap | sockets | tidy | xdebug | xsl | yaml | zip)
|
||||
amqp | bcmath | bz2 | calendar | exif | gd | geospatial | gettext | gmagick | grpc | http | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | ssh2 | soap | sockets | tidy | xdebug | xsl | yaml | zip)
|
||||
# These extensions support parallel compilation
|
||||
getProcessorCount
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user