my bitbucket pipeline always stuck in pecl

ヘッドレス騎手
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 31, 2018

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

3 answers

1 vote
jcergolj
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 19, 2019
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.

1 vote
jvdn
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 5, 2019

I have the same issues with:

- pecl install imagick
jcergolj
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 19, 2019

+1

0 votes
david slacalek
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 13, 2024

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events