why it always stuck in here, it takes 120 minutes until reach my limit. is this bug from bitbucket?
+ pecl install imagick xdebug
downloading imagick-3.4.3.tgz ...
Starting to download imagick-3.4.3.tgz (245,410 bytes)
.....done: 245,410 bytes
downloading xdebug-2.6.1.tgz ...
Starting to download xdebug-2.6.1.tgz (283,961 bytes)
...done: 283,961 bytes
19 source files, building
running: phpize
Configuring for:
PHP Api Version: 20170718
Zend Module Api No: 20170718
Zend Extension Api No: 320170718
but when i stop then re run sometimes it work maybe 2-3 times i restart
image: php:7.2.9-cli
pipelines:
branches:
master:
- step:
script:
- pecl channel-update pecl.php.net
- apt-get update
- apt install libmagickwand-dev imagemagick -y --no-install-recommends
- pecl install imagick
- docker-php-ext-enable imagick
This works for me.
I have the same issues with:
- pecl install imagick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.